Html Css Color HEX #B6C8CC Jungle Mist

📋 copy color: '#B6C8CC'

red 182 ◦ green 200 ◦ blue 204

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

Shades of Jungle Mist #B6C8CC

Tints of Jungle Mist #B6C8CC

RGB

 RED value IS 182 (71.48% from 255) = 31.06%

 GREEN value IS 200 (78.52% from 255) = 34.13%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 31.06%
G = 34.13%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B6C8CC (or 0xB6C8CC) is known color: Jungle Mist. HEX triplet: B6, C8 and CC. RGB value is (182,200,204). Sum of RGB (Red+Green+Blue) = 182+200+204=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8CC is #493733. Grayscale: #C3C3C3. Windows color (decimal): -4798260 or 13420726. OLE color: 13420726.

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

Color convert

RGB 182 200 204 -
CMYK 0.11 0.02 0 0.2
HSL 190.91º 0.18% 0.76% -
HSV(B) 190.91º 0.11% 0.8% -
XYZ 50.84 55.61 65.18 -
YUV 195.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 182 200 204 0.11 0.02 0 0.2 190.91 0.18 0.76
Hex B6 C8 CC B 2 0 14 BF 12 4C
Octal 266 310 314 13 2 0 24 277 22 114
Binary 10110110 11001000 11001100 1011 10 0 10100 10111111 10010 1001100

Color Harmonies of #B6C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8CC

Black with #B6C8CC

Text Example


Text Example

White with #B6C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8CC; }

 p { color: rgb(182,200,204); }

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

background-color css

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

 a { background-color: rgb(182,200,204); }

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

border-color css

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

 span { border-color: rgb(182,200,204); }

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