Html Css Color HEX #B2CAC8 Jungle Mist

📋 copy color: '#B2CAC8'

red 178 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #B2CAC8

Tints of Jungle Mist #B2CAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 30.69%
G = 34.83%
B = 34.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#B2CAC8 (or 0xB2CAC8) is known color: Jungle Mist. HEX triplet: B2, CA and C8. RGB value is (178,202,200). Sum of RGB (Red+Green+Blue) = 178+202+200=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAC8 is #4D3537. Grayscale: #C2C2C2. Windows color (decimal): -5059896 or 13159090. OLE color: 13159090.

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

Color convert

RGB 178 202 200 -
CMYK 0.12 0 0.01 0.21
HSL 175º 0.18% 0.75% -
HSV(B) 175º 0.12% 0.79% -
XYZ 49.91 55.88 62.8 -
YUV 194.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 178 202 200 0.12 0 0.01 0.21 175 0.18 0.75
Hex B2 CA C8 C 0 1 15 AF 12 4B
Octal 262 312 310 14 0 1 25 257 22 113
Binary 10110010 11001010 11001000 1100 0 1 10101 10101111 10010 1001011

Color Harmonies of #B2CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CAC8

Black with #B2CAC8

Text Example


Text Example

White with #B2CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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