#B9CDB9

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

Shades of Paris White #B9CDB9

Tints of Paris White #B9CDB9

Color information

#B9CDB9 (or 0xB9CDB9) is unknown color: approx Paris White. HEX triplet: B9, CD and B9. RGB value is (185,205,185). Sum of RGB (Red+Green+Blue) = 185+205+185=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDB9 is #463246. Grayscale: #C4C4C4. Windows color (decimal): -4600391 or 12176825. OLE color: 12176825.

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

Color convert

RGB185205185-
CMYK0.1000.100.20
HSL120º16.67%76.47%-
HSV(B)120º9.76%80.39%-
XYZ50.657.4854.33-
YUV196.74121.37119.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=32.17%
G=35.65%
B=32.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051850.1000.100.2012016.6776.47
HexB9CDB9A0A1478114c
Octal271315271120122417021114
Binary101110011100110110111001101001010101001111000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDB9; }

 p { color: rgb(185,205,185); }

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

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

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

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

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

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

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