Html Css Color HEX #B3C9CE Jungle Mist

📋 copy color: '#B3C9CE'

red 179 ◦ green 201 ◦ blue 206

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

Shades of Jungle Mist #B3C9CE

Tints of Jungle Mist #B3C9CE

RGB

 RED value IS 179 (70.31% from 255) = 30.55%

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

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

R = 30.55%
G = 34.3%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B3C9CE (or 0xB3C9CE) is known color: Jungle Mist. HEX triplet: B3, C9 and CE. RGB value is (179,201,206). Sum of RGB (Red+Green+Blue) = 179+201+206=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9CE is #4C3631. Grayscale: #C2C2C2. Windows color (decimal): -4994610 or 13552051. OLE color: 13552051.

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

Color convert

RGB 179 201 206 -
CMYK 0.13 0.02 0 0.19
HSL 191.11º 0.22% 0.75% -
HSV(B) 191.11º 0.13% 0.81% -
XYZ 50.62 55.81 66.5 -
YUV 194.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 179 201 206 0.13 0.02 0 0.19 191.11 0.22 0.75
Hex B3 C9 CE D 2 0 13 BF 16 4B
Octal 263 311 316 15 2 0 23 277 26 113
Binary 10110011 11001001 11001110 1101 10 0 10011 10111111 10110 1001011

Color Harmonies of #B3C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C9CE

Black with #B3C9CE

Text Example


Text Example

White with #B3C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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