Html Css Color HEX #B2CACF Jungle Mist

📋 copy color: '#B2CACF'

red 178 ◦ green 202 ◦ blue 207

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

Shades of Jungle Mist #B2CACF

Tints of Jungle Mist #B2CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 30.32%
G = 34.41%
B = 35.26%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2CACF (or 0xB2CACF) is known color: Jungle Mist. HEX triplet: B2, CA and CF. RGB value is (178,202,207). Sum of RGB (Red+Green+Blue) = 178+202+207=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACF is #4D3530. Grayscale: #C3C3C3. Windows color (decimal): -5059889 or 13617842. OLE color: 13617842.

HSL color Cylindrical-coordinate representation of color #B2CACF: hue angle of 190.34º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CACF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 202 207 -
CMYK 0.14 0.02 0 0.19
HSL 190.34º 0.23% 0.75% -
HSV(B) 190.34º 0.14% 0.81% -
XYZ 50.74 56.21 67.21 -
YUV 195.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 178 202 207 0.14 0.02 0 0.19 190.34 0.23 0.75
Hex B2 CA CF E 2 0 13 BE 17 4B
Octal 262 312 317 16 2 0 23 276 27 113
Binary 10110010 11001010 11001111 1110 10 0 10011 10111110 10111 1001011

Color Harmonies of #B2CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CACF

Black with #B2CACF

Text Example


Text Example

White with #B2CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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