Color Hex Logo

#bab2cb Color Hex

#BAB2CB
(186,178,203)
0 Favorites   0 Comments

Color spaces of #bab2cb

RGB 186178203
HSL0.720.190.75
HSV259°12°80°
CMYK 0.080.120.00   0.20
XYZ46.949646.591763.0185
Yxy46.59170.29990.2976
Hunter Lab68.25813.3250-6.9581
CIE-Lab73.92787.6263-11.6253

#bab2cb color RGB value is (186,178,203).

#bab2cb hex color red value is 186, green value is 178 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bab2cb hue: 0.72 , saturation: 0.19 and the lightness value of bab2cb is 0.75.

The process color (four color CMYK) of #bab2cb color hex is 0.08, 0.12, 0.00, 0.20. Web safe color of #bab2cb is #cc99cc. Color #bab2cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 11001011
Octal 272 262 313
Decimal 186 178 203
Hex BA B2 CB

RGB Percentages of Color #bab2cb

%32.80
%31.39
%35.80

CMYK Percentages of Color #bab2cb

%8
%12
%0
%20

Triadic Colors of #bab2cb

#bab2cb #cbbab2 #b2cbba

Analogous Colors of #bab2cb

#bab2cb #c7b2cb #b2b7cb

Monochromatic Colors of #bab2cb

#bab2cb

Complementary Color

#bab2cb #c3cbb2

#bab2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab2cb Color CSS Codes

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

#bab2cb Text Font Color

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

This sample text font color is #bab2cb
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.


#bab2cb Background Color

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

This div background color is #bab2cb


#bab2cb Border Color

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

This div border color is #bab2cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,178,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bab2cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bab2cb;
  -webkit-box-shadow: 1px 1px 3px 2px #bab2cb;
  box-shadow:         1px 1px 3px 2px #bab2cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,178,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab2cb


Comments

No comments written yet.

Please login to write comment.