Html Css Color HEX #B9CEB9 Paris White

📋 copy color: '#B9CEB9'

red 185 ◦ green 206 ◦ blue 185

#B9CEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris White #B9CEB9

Tints of Paris White #B9CEB9

RGB

 RED value IS 185 (72.66% from 255) = 32.12%

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 32.12%
G = 35.76%
B = 32.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B9CEB9 (or 0xB9CEB9) is known color: Paris White. HEX triplet: B9, CE and B9. RGB value is (185,206,185). Sum of RGB (Red+Green+Blue) = 185+206+185=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEB9 is #463146. Grayscale: #C5C5C5. Windows color (decimal): -4600135 or 12177081. OLE color: 12177081.

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

Color convert

RGB 185 206 185 -
CMYK 0.10 0 0.10 0.19
HSL 120º 0.18% 0.77% -
HSV(B) 120º 0.1% 0.81% -
XYZ 50.84 57.96 54.41 -
YUV 197.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 185 206 185 0.10 0 0.10 0.19 120 0.18 0.77
Hex B9 CE B9 A 0 A 13 78 12 4D
Octal 271 316 271 12 0 12 23 170 22 115
Binary 10111001 11001110 10111001 1010 0 1010 10011 1111000 10010 1001101

Color Harmonies of #B9CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEB9

Black with #B9CEB9

Text Example


Text Example

White with #B9CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEB9; }

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

 H1.HeaderClassName
 {
   color: #B9CEB9;
 }
 .AnyTagClassName
 {
   color: #B9CEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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