Html Css Color HEX #B6C8CA Jungle Mist

📋 copy color: '#B6C8CA'

red 182 ◦ green 200 ◦ blue 202

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

Shades of Jungle Mist #B6C8CA

Tints of Jungle Mist #B6C8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 31.16%
G = 34.25%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B6C8CA (or 0xB6C8CA) is known color: Jungle Mist. HEX triplet: B6, C8 and CA. RGB value is (182,200,202). Sum of RGB (Red+Green+Blue) = 182+200+202=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8CA is #493735. Grayscale: #C2C2C2. Windows color (decimal): -4798262 or 13289654. OLE color: 13289654.

HSL color Cylindrical-coordinate representation of color #B6C8CA: hue angle of 186º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C8CA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 200 202 -
CMYK 0.10 0.01 0 0.21
HSL 186º 0.16% 0.75% -
HSV(B) 186º 0.1% 0.79% -
XYZ 50.61 55.52 63.93 -
YUV 194.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 182 200 202 0.10 0.01 0 0.21 186 0.16 0.75
Hex B6 C8 CA A 1 0 15 BA 10 4B
Octal 266 310 312 12 1 0 25 272 20 113
Binary 10110110 11001000 11001010 1010 1 0 10101 10111010 10000 1001011

Color Harmonies of #B6C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8CA

Black with #B6C8CA

Text Example


Text Example

White with #B6C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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