#BBCEBD

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

Shades of Paris White #BBCEBD

Tints of Paris White #BBCEBD

Color information

#BBCEBD (or 0xBBCEBD) is unknown color: approx Paris White. HEX triplet: BB, CE and BD. RGB value is (187,206,189). Sum of RGB (Red+Green+Blue) = 187+206+189=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBD is #443142. Grayscale: #C6C6C6. Windows color (decimal): -4469059 or 12439227. OLE color: 12439227.

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

Color convert

RGB187206189-
CMYK0.0900.080.19
HSL126.32º16.24%77.06%-
HSV(B)126.32º9.22%80.78%-
XYZ51.7558.3856.69-
YUV198.38122.71119.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=32.13%
G=35.40%
B=32.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061890.0900.080.19126.3216.2477.06
HexBBCEBD908137e104d
Octal273316275110102317620115
Binary101110111100111010111101100101000100111111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEBD; }

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

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

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

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

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

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

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

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