#BBCEBA

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

Shades of Paris White #BBCEBA

Tints of Paris White #BBCEBA

Color information

#BBCEBA (or 0xBBCEBA) is unknown color: approx Paris White. HEX triplet: BB, CE and BA. RGB value is (187,206,186). Sum of RGB (Red+Green+Blue) = 187+206+186=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBA is #443145. Grayscale: #C6C6C6. Windows color (decimal): -4469062 or 12242619. OLE color: 12242619.

HSL color Cylindrical-coordinate representation of color #BBCEBA: hue angle of 117º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCEBA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB187206186-
CMYK0.0900.100.19
HSL117º16.95%76.86%-
HSV(B)117º9.71%80.78%-
XYZ51.4358.2554.99-
YUV198.04121.21120.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=32.30%
G=35.58%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061860.0900.100.1911716.9576.86
HexBBCEBA90A1375114d
Octal273316272110122316521115
Binary101110111100111010111010100101010100111110101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEBA; }

 p { color: rgb(187,206,186); }

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

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

 a { background-color: rgb(187,206,186); }

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

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

 span { border-color: rgb(187,206,186); }

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