Html Css Color HEX #B9CBCF Jungle Mist

📋 copy color: '#B9CBCF'

red 185 ◦ green 203 ◦ blue 207

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

Shades of Jungle Mist #B9CBCF

Tints of Jungle Mist #B9CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 31.09%
G = 34.12%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9CBCF (or 0xB9CBCF) is known color: Jungle Mist. HEX triplet: B9, CB and CF. RGB value is (185,203,207). Sum of RGB (Red+Green+Blue) = 185+203+207=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBCF is #463430. Grayscale: #C6C6C6. Windows color (decimal): -4600881 or 13618105. OLE color: 13618105.

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

Color convert

RGB 185 203 207 -
CMYK 0.11 0.02 0 0.19
HSL 190.91º 0.19% 0.77% -
HSV(B) 190.91º 0.11% 0.81% -
XYZ 52.63 57.53 67.36 -
YUV 198.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 185 203 207 0.11 0.02 0 0.19 190.91 0.19 0.77
Hex B9 CB CF B 2 0 13 BF 13 4D
Octal 271 313 317 13 2 0 23 277 23 115
Binary 10111001 11001011 11001111 1011 10 0 10011 10111111 10011 1001101

Color Harmonies of #B9CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBCF

Black with #B9CBCF

Text Example


Text Example

White with #B9CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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