Html Css Color HEX #B2CBCC Jungle Mist

📋 copy color: '#B2CBCC'

red 178 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #B2CBCC

Tints of Jungle Mist #B2CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

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

R = 30.43%
G = 34.7%
B = 34.87%

CMYK

 C value IS 0.13

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2CBCC (or 0xB2CBCC) is known color: Jungle Mist. HEX triplet: B2, CB and CC. RGB value is (178,203,204). Sum of RGB (Red+Green+Blue) = 178+203+204=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBCC is #4D3433. Grayscale: #C3C3C3. Windows color (decimal): -5059636 or 13421490. OLE color: 13421490.

HSL color Cylindrical-coordinate representation of color #B2CBCC: hue angle of 182.31º 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 #B2CBCC is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 203 204 -
CMYK 0.13 0.00 0 0.2
HSL 182.31º 0.2% 0.75% -
HSV(B) 182.31º 0.13% 0.8% -
XYZ 50.62 56.54 65.37 -
YUV 195.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 178 203 204 0.13 0.00 0 0.2 182.31 0.2 0.75
Hex B2 CB CC D 0 0 14 B6 14 4B
Octal 262 313 314 15 0 0 24 266 24 113
Binary 10110010 11001011 11001100 1101 0 0 10100 10110110 10100 1001011

Color Harmonies of #B2CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBCC

Black with #B2CBCC

Text Example


Text Example

White with #B2CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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