Html Css Color HEX #B9CECD Jungle Mist

📋 copy color: '#B9CECD'

red 185 ◦ green 206 ◦ blue 205

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

Shades of Jungle Mist #B9CECD

Tints of Jungle Mist #B9CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 31.04%
G = 34.56%
B = 34.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B9CECD (or 0xB9CECD) is known color: Jungle Mist. HEX triplet: B9, CE and CD. RGB value is (185,206,205). Sum of RGB (Red+Green+Blue) = 185+206+205=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECD is #463132. Grayscale: #C7C7C7. Windows color (decimal): -4600115 or 13487801. OLE color: 13487801.

HSL color Cylindrical-coordinate representation of color #B9CECD: hue angle of 177.14º 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 #B9CECD is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 205 -
CMYK 0.10 0 0.00 0.19
HSL 177.14º 0.18% 0.77% -
HSV(B) 177.14º 0.1% 0.81% -
XYZ 53.1 58.86 66.32 -
YUV 199.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 185 206 205 0.10 0 0.00 0.19 177.14 0.18 0.77
Hex B9 CE CD A 0 0 13 B1 12 4D
Octal 271 316 315 12 0 0 23 261 22 115
Binary 10111001 11001110 11001101 1010 0 0 10011 10110001 10010 1001101

Color Harmonies of #B9CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CECD

Black with #B9CECD

Text Example


Text Example

White with #B9CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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