#B9CBBB

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

Shades of Paris White #B9CBBB

Tints of Paris White #B9CBBB

Color information

#B9CBBB (or 0xB9CBBB) is unknown color: approx Paris White. HEX triplet: B9, CB and BB. RGB value is (185,203,187). Sum of RGB (Red+Green+Blue) = 185+203+187=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBBB is #463444. Grayscale: #C3C3C3. Windows color (decimal): -4600901 or 12307385. OLE color: 12307385.

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

Color convert

RGB185203187-
CMYK0.0900.080.20
HSL126.67º14.75%76.08%-
HSV(B)126.67º8.87%79.61%-
XYZ50.3356.6155.29-
YUV195.79123.04120.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=32.17%
G=35.30%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031870.0900.080.20126.6714.7576.08
HexB9CBBB908147ff4c
Octal271313273110102417717114
Binary10111001110010111011101110010100010100111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBBB; }

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

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

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

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

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

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

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

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