#B9CABB

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

Shades of Paris White #B9CABB

Tints of Paris White #B9CABB

Color information

#B9CABB (or 0xB9CABB) is unknown color: approx Paris White. HEX triplet: B9, CA and BB. RGB value is (185,202,187). Sum of RGB (Red+Green+Blue) = 185+202+187=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CABB is #463544. Grayscale: #C3C3C3. Windows color (decimal): -4601157 or 12307129. OLE color: 12307129.

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

Color convert

RGB185202187-
CMYK0.0800.070.21
HSL127.06º13.82%75.88%-
HSV(B)127.06º8.42%79.22%-
XYZ50.156.1455.21-
YUV195.21123.37120.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=32.23%
G=35.19%
B=32.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021870.0800.070.21127.0613.8275.88
HexB9CABB807157fe4c
Octal27131227310072517716114
Binary1011100111001010101110111000011110101111111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CABB; }

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

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

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

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

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

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

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

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