Html Css Color HEX #B2C7CC Jungle Mist

📋 copy color: '#B2C7CC'

red 178 ◦ green 199 ◦ blue 204

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

Shades of Jungle Mist #B2C7CC

Tints of Jungle Mist #B2C7CC

RGB

 RED value IS 178 (69.92% from 255) = 30.64%

 GREEN value IS 199 (78.13% from 255) = 34.25%

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

R = 30.64%
G = 34.25%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2C7CC (or 0xB2C7CC) is known color: Jungle Mist. HEX triplet: B2, C7 and CC. RGB value is (178,199,204). Sum of RGB (Red+Green+Blue) = 178+199+204=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7CC is #4D3833. Grayscale: #C1C1C1. Windows color (decimal): -5060660 or 13420466. OLE color: 13420466.

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

Color convert

RGB 178 199 204 -
CMYK 0.13 0.02 0 0.2
HSL 191.54º 0.2% 0.75% -
HSV(B) 191.54º 0.13% 0.8% -
XYZ 49.68 54.67 65.06 -
YUV 193.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 178 199 204 0.13 0.02 0 0.2 191.54 0.2 0.75
Hex B2 C7 CC D 2 0 14 C0 14 4B
Octal 262 307 314 15 2 0 24 300 24 113
Binary 10110010 11000111 11001100 1101 10 0 10100 11000000 10100 1001011

Color Harmonies of #B2C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C7CC

Black with #B2C7CC

Text Example


Text Example

White with #B2C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C7CC; }

 p { color: rgb(178,199,204); }

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

background-color css

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

 a { background-color: rgb(178,199,204); }

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

border-color css

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

 span { border-color: rgb(178,199,204); }

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