#B9CBBA

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

Shades of Paris White #B9CBBA

Tints of Paris White #B9CBBA

Color information

#B9CBBA (or 0xB9CBBA) is unknown color: approx Paris White. HEX triplet: B9, CB and BA. RGB value is (185,203,186). Sum of RGB (Red+Green+Blue) = 185+203+186=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBBA is #463445. Grayscale: #C3C3C3. Windows color (decimal): -4600902 or 12241849. OLE color: 12241849.

HSL color Cylindrical-coordinate representation of color #B9CBBA: hue angle of 123.33º 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 #B9CBBA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB185203186-
CMYK0.0900.080.20
HSL123.33º14.75%76.08%-
HSV(B)123.33º8.87%79.61%-
XYZ50.2356.5754.73-
YUV195.68122.54120.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=32.23%
G=35.37%
B=32.40%

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
Decimal1852031860.0900.080.20123.3314.7576.08
HexB9CBBA908147bf4c
Octal271313272110102417317114
Binary10111001110010111011101010010100010100111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBBA; }

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

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

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

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

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

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

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

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