#BBCABD

Color #BBCABD Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BBCABD

Tints of Paris White #BBCABD

Color information

#BBCABD (or 0xBBCABD) is unknown color: approx Paris White. HEX triplet: BB, CA and BD. RGB value is (187,202,189). Sum of RGB (Red+Green+Blue) = 187+202+189=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABD is #443542. Grayscale: #C4C4C4. Windows color (decimal): -4470083 or 12438203. OLE color: 12438203.

HSL color Cylindrical-coordinate representation of color #BBCABD: hue angle of 128º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCABD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB187202189-
CMYK0.0700.060.21
HSL128º12.4%76.27%-
HSV(B)128º7.43%79.22%-
XYZ50.856.4856.37-
YUV196.03124.03121.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=32.35%
G=34.95%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021890.0700.060.2112812.476.27
HexBBCABD7061580c4c
Octal2733122757062520014114
Binary1011101111001010101111011110110101011000000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCABD; }

 p { color: rgb(187,202,189); }

 H1.HeaderClassName
 {
   color: #BBCABD;
 }
 .AnyTagClassName
 {
   color: #BBCABD;
 }
</style>
background-color css

<style>
 a { background-color: #BBCABD; }

 a { background-color: rgb(187,202,189); }

 div.DivClassName
 {
   background-color: #BBCABD;
 }
 .BgClassName
 {
   background-color: #BBCABD;
 }
</style>
border-color css

<style>
 span { border-color: #BBCABD; }

 span { border-color: rgb(187,202,189); }

 td.TdClassName
 {
   border-color: #BBCABD;
 }
 .TagClassName
 {
   border-color: #BBCABD;
 }
</style>