Color Hex Logo

#bba6b8 Color Hex

#BBA6B8
(187,166,184)
0 Favorites   0 Comments

Color spaces of #bba6b8

RGB 187166184
HSL0.860.130.69
HSV309°11°73°
CMYK 0.000.110.02   0.27
XYZ42.781541.297951.0639
Yxy41.29790.31660.3056
Hunter Lab64.26346.3701-2.1276
CIE-Lab70.384110.8402-6.4488

#bba6b8 color RGB value is (187,166,184).

#bba6b8 hex color red value is 187, green value is 166 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #bba6b8 hue: 0.86 , saturation: 0.13 and the lightness value of bba6b8 is 0.69.

The process color (four color CMYK) of #bba6b8 color hex is 0.00, 0.11, 0.02, 0.27. Web safe color of #bba6b8 is #cc99cc. Color #bba6b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 10111000
Octal 273 246 270
Decimal 187 166 184
Hex BB A6 B8

RGB Percentages of Color #bba6b8

%34.82
%30.91
%34.26

CMYK Percentages of Color #bba6b8

%0
%11
%2
%27

Triadic Colors of #bba6b8

#bba6b8 #b8bba6 #a6b8bb

Analogous Colors of #bba6b8

#bba6b8 #bba6ae #b4a6bb

Monochromatic Colors of #bba6b8

#bba6b8

Complementary Color

#bba6b8 #a6bba9

#bba6b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba6b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba6b8 Color CSS Codes

.mybgcolor {background-color:#bba6b8; } 
.myforecolor {color:#bba6b8; }
.mybordercolor {border:3px solid #bba6b8; }

#bba6b8 Text Font Color

<p style="color:#bba6b8">Text here</p>

This sample text font color is #bba6b8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bba6b8 Background Color

<div style="background-color:#bba6b8">
Div content here</div>

This div background color is #bba6b8


#bba6b8 Border Color

<div style="border:3px solid #bba6b8">
Div here</div>

This div border color is #bba6b8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,166,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba6b8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba6b8;
  -webkit-box-shadow: 1px 1px 3px 2px #bba6b8;
  box-shadow:         1px 1px 3px 2px #bba6b8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,166,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bba6b8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bba6b8;
  -webkit-box-shadow: 1px 1px 3px 2px #bba6b8;
  box-shadow:         1px 1px 3px 2px #bba6b8;">
Div content here</div>

This div box has shadow with color #bba6b8


Comments

No comments written yet.

Please login to write comment.