Html Css Color HEX #B9CCCF Jungle Mist

📋 copy color: '#B9CCCF'

red 185 ◦ green 204 ◦ blue 207

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

Shades of Jungle Mist #B9CCCF

Tints of Jungle Mist #B9CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 31.04%
G = 34.23%
B = 34.73%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9CCCF (or 0xB9CCCF) is known color: Jungle Mist. HEX triplet: B9, CC and CF. RGB value is (185,204,207). Sum of RGB (Red+Green+Blue) = 185+204+207=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCCF is #463330. Grayscale: #C6C6C6. Windows color (decimal): -4600625 or 13618361. OLE color: 13618361.

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

Color convert

RGB 185 204 207 -
CMYK 0.11 0.01 0 0.19
HSL 188.18º 0.19% 0.77% -
HSV(B) 188.18º 0.11% 0.81% -
XYZ 52.86 58.01 67.44 -
YUV 198.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 185 204 207 0.11 0.01 0 0.19 188.18 0.19 0.77
Hex B9 CC CF B 1 0 13 BC 13 4D
Octal 271 314 317 13 1 0 23 274 23 115
Binary 10111001 11001100 11001111 1011 1 0 10011 10111100 10011 1001101

Color Harmonies of #B9CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCCF

Black with #B9CCCF

Text Example


Text Example

White with #B9CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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