Html Css Color HEX #B9CECF Jungle Mist

📋 copy color: '#B9CECF'

red 185 ◦ green 206 ◦ blue 207

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

Shades of Jungle Mist #B9CECF

Tints of Jungle Mist #B9CECF

RGB

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

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

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

R = 30.94%
G = 34.45%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9CECF (or 0xB9CECF) is known color: Jungle Mist. HEX triplet: B9, CE and CF. RGB value is (185,206,207). Sum of RGB (Red+Green+Blue) = 185+206+207=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECF is #463130. Grayscale: #C7C7C7. Windows color (decimal): -4600113 or 13618873. OLE color: 13618873.

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

Color convert

RGB 185 206 207 -
CMYK 0.11 0.00 0 0.19
HSL 182.73º 0.19% 0.77% -
HSV(B) 182.73º 0.11% 0.81% -
XYZ 53.34 58.96 67.6 -
YUV 199.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 185 206 207 0.11 0.00 0 0.19 182.73 0.19 0.77
Hex B9 CE CF B 0 0 13 B7 13 4D
Octal 271 316 317 13 0 0 23 267 23 115
Binary 10111001 11001110 11001111 1011 0 0 10011 10110111 10011 1001101

Color Harmonies of #B9CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CECF

Black with #B9CECF

Text Example


Text Example

White with #B9CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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