Html Css Color HEX #B4CECE Jungle Mist

📋 copy color: '#B4CECE'

red 180 ◦ green 206 ◦ blue 206

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

Shades of Jungle Mist #B4CECE

Tints of Jungle Mist #B4CECE

RGB

 RED value IS 180 (70.7% from 255) = 30.41%

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

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

R = 30.41%
G = 34.8%
B = 34.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4CECE (or 0xB4CECE) is known color: Jungle Mist. HEX triplet: B4, CE and CE. RGB value is (180,206,206). Sum of RGB (Red+Green+Blue) = 180+206+206=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B4CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CECE is #4B3131. Grayscale: #C6C6C6. Windows color (decimal): -4927794 or 13553332. OLE color: 13553332.

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

Color convert

RGB 180 206 206 -
CMYK 0.13 0 0 0.19
HSL 180º 0.21% 0.76% -
HSV(B) 180º 0.13% 0.81% -
XYZ 52.03 58.3 66.9 -
YUV 198.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 180 206 206 0.13 0 0 0.19 180 0.21 0.76
Hex B4 CE CE D 0 0 13 B4 15 4C
Octal 264 316 316 15 0 0 23 264 25 114
Binary 10110100 11001110 11001110 1101 0 0 10011 10110100 10101 1001100

Color Harmonies of #B4CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CECE

Black with #B4CECE

Text Example


Text Example

White with #B4CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CECE; }

 p { color: rgb(180,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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