#BBCBBF

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

Shades of Paris White #BBCBBF

Tints of Paris White #BBCBBF

Color information

#BBCBBF (or 0xBBCBBF) is unknown color: approx Paris White. HEX triplet: BB, CB and BF. RGB value is (187,203,191). Sum of RGB (Red+Green+Blue) = 187+203+191=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBF is #443440. Grayscale: #C4C4C4. Windows color (decimal): -4469825 or 12569531. OLE color: 12569531.

HSL color Cylindrical-coordinate representation of color #BBCBBF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB187203191-
CMYK0.0800.060.20
HSL135º13.33%76.47%-
HSV(B)135º7.88%79.61%-
XYZ51.2557.0457.6-
YUV196.85124.7120.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 32.87%
R=32.19%
G=34.94%
B=32.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031910.0800.060.2013513.3376.47
HexBBCBBF8061487d4c
Octal27331327710062420715114
Binary10111011110010111011111110000110101001000011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBBF; }

 p { color: rgb(187,203,191); }

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

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

 a { background-color: rgb(187,203,191); }

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

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

 span { border-color: rgb(187,203,191); }

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