Html Css Color HEX #B7C9CE Jungle Mist

📋 copy color: '#B7C9CE'

red 183 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #B7C9CE

Tints of Jungle Mist #B7C9CE

RGB

 RED value IS 183 (71.88% from 255) = 31.02%

 GREEN value IS 201 (78.91% from 255) = 34.07%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 31.02%
G = 34.07%
B = 34.92%

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

#B7C9CE (or 0xB7C9CE) is known color: Jungle Mist. HEX triplet: B7, C9 and CE. RGB value is (183,201,206). Sum of RGB (Red+Green+Blue) = 183+201+206=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9CE is #483631. Grayscale: #C4C4C4. Windows color (decimal): -4732466 or 13552055. OLE color: 13552055.

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

Color convert

RGB 183 201 206 -
CMYK 0.11 0.02 0 0.19
HSL 193.04º 0.19% 0.76% -
HSV(B) 193.04º 0.11% 0.81% -
XYZ 51.56 56.3 66.54 -
YUV 196.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 183 201 206 0.11 0.02 0 0.19 193.04 0.19 0.76
Hex B7 C9 CE B 2 0 13 C1 13 4C
Octal 267 311 316 13 2 0 23 301 23 114
Binary 10110111 11001001 11001110 1011 10 0 10011 11000001 10011 1001100

Color Harmonies of #B7C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C9CE

Black with #B7C9CE

Text Example


Text Example

White with #B7C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C9CE; }

 p { color: rgb(183,201,206); }

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

background-color css

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

 a { background-color: rgb(183,201,206); }

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

border-color css

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

 span { border-color: rgb(183,201,206); }

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