Html Css Color HEX #B2CCCD Jungle Mist

📋 copy color: '#B2CCCD'

red 178 ◦ green 204 ◦ blue 205

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

Shades of Jungle Mist #B2CCCD

Tints of Jungle Mist #B2CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 30.32%
G = 34.75%
B = 34.92%

CMYK

 C value IS 0.13

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2CCCD (or 0xB2CCCD) is known color: Jungle Mist. HEX triplet: B2, CC and CD. RGB value is (178,204,205). Sum of RGB (Red+Green+Blue) = 178+204+205=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCCD is #4D3332. Grayscale: #C4C4C4. Windows color (decimal): -5059379 or 13487282. OLE color: 13487282.

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

Color convert

RGB 178 204 205 -
CMYK 0.13 0.00 0 0.20
HSL 182.22º 0.21% 0.75% -
HSV(B) 182.22º 0.13% 0.8% -
XYZ 50.97 57.06 66.08 -
YUV 196.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 178 204 205 0.13 0.00 0 0.20 182.22 0.21 0.75
Hex B2 CC CD D 0 0 14 B6 15 4B
Octal 262 314 315 15 0 0 24 266 25 113
Binary 10110010 11001100 11001101 1101 0 0 10100 10110110 10101 1001011

Color Harmonies of #B2CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCCD

Black with #B2CCCD

Text Example


Text Example

White with #B2CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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