#BBCCBD

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

Shades of Paris White #BBCCBD

Tints of Paris White #BBCCBD

Color information

#BBCCBD (or 0xBBCCBD) is unknown color: approx Paris White. HEX triplet: BB, CC and BD. RGB value is (187,204,189). Sum of RGB (Red+Green+Blue) = 187+204+189=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBD is #443342. Grayscale: #C5C5C5. Windows color (decimal): -4469571 or 12438715. OLE color: 12438715.

HSL color Cylindrical-coordinate representation of color #BBCCBD: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCBD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB187204189-
CMYK0.0800.070.2
HSL127.06º14.29%76.67%-
HSV(B)127.06º8.33%80%-
XYZ51.2757.4256.53-
YUV197.21123.37120.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=32.24%
G=35.17%
B=32.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041890.0800.070.2127.0614.2976.67
HexBBCCBD807147fe4d
Octal27331427510072417716115
Binary1011101111001100101111011000011110100111111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCBD; }

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

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

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

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

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

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

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

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