Html Css Color HEX #B9CDCD Jungle Mist

📋 copy color: '#B9CDCD'

red 185 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #B9CDCD

Tints of Jungle Mist #B9CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 31.09%
G = 34.45%
B = 34.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9CDCD (or 0xB9CDCD) is known color: Jungle Mist. HEX triplet: B9, CD and CD. RGB value is (185,205,205). Sum of RGB (Red+Green+Blue) = 185+205+205=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDCD is #463232. Grayscale: #C7C7C7. Windows color (decimal): -4600371 or 13487545. OLE color: 13487545.

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

Color convert

RGB 185 205 205 -
CMYK 0.10 0 0 0.20
HSL 180º 0.17% 0.76% -
HSV(B) 180º 0.1% 0.8% -
XYZ 52.86 58.38 66.24 -
YUV 199.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 185 205 205 0.10 0 0 0.20 180 0.17 0.76
Hex B9 CD CD A 0 0 14 B4 11 4C
Octal 271 315 315 12 0 0 24 264 21 114
Binary 10111001 11001101 11001101 1010 0 0 10100 10110100 10001 1001100

Color Harmonies of #B9CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDCD

Black with #B9CDCD

Text Example


Text Example

White with #B9CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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