Html Css Color HEX #B3CFCE Jungle Mist

📋 copy color: '#B3CFCE'

red 179 ◦ green 207 ◦ blue 206

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

Shades of Jungle Mist #B3CFCE

Tints of Jungle Mist #B3CFCE

RGB

 RED value IS 179 (70.31% from 255) = 30.24%

 GREEN value IS 207 (81.25% from 255) = 34.97%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 30.24%
G = 34.97%
B = 34.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B3CFCE (or 0xB3CFCE) is known color: Jungle Mist. HEX triplet: B3, CF and CE. RGB value is (179,207,206). Sum of RGB (Red+Green+Blue) = 179+207+206=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCE is #4C3031. Grayscale: #C6C6C6. Windows color (decimal): -4993074 or 13553587. OLE color: 13553587.

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

Color convert

RGB 179 207 206 -
CMYK 0.14 0 0.00 0.19
HSL 177.86º 0.23% 0.76% -
HSV(B) 177.86º 0.14% 0.81% -
XYZ 52.04 58.67 66.97 -
YUV 198.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 179 207 206 0.14 0 0.00 0.19 177.86 0.23 0.76
Hex B3 CF CE E 0 0 13 B2 17 4C
Octal 263 317 316 16 0 0 23 262 27 114
Binary 10110011 11001111 11001110 1110 0 0 10011 10110010 10111 1001100

Color Harmonies of #B3CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFCE

Black with #B3CFCE

Text Example


Text Example

White with #B3CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFCE; }

 p { color: rgb(179,207,206); }

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

background-color css

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

 a { background-color: rgb(179,207,206); }

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

border-color css

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

 span { border-color: rgb(179,207,206); }

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