#B9CCBA

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

Shades of Paris White #B9CCBA

Tints of Paris White #B9CCBA

Color information

#B9CCBA (or 0xB9CCBA) is unknown color: approx Paris White. HEX triplet: B9, CC and BA. RGB value is (185,204,186). Sum of RGB (Red+Green+Blue) = 185+204+186=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBA is #463345. Grayscale: #C4C4C4. Windows color (decimal): -4600646 or 12242105. OLE color: 12242105.

HSL color Cylindrical-coordinate representation of color #B9CCBA: hue angle of 123.16º degrees, saturation: 0.16, 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 #B9CCBA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB185204186-
CMYK0.0900.090.2
HSL123.16º15.7%76.27%-
HSV(B)123.16º9.31%80%-
XYZ50.4657.0554.81-
YUV196.27122.21119.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=32.17%
G=35.48%
B=32.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041860.0900.090.2123.1615.776.27
HexB9CCBA909147b104c
Octal271314272110112417320114
Binary101110011100110010111010100101001101001111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCBA; }

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

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

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

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

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

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

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

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