Html Css Color HEX #B4CECD Jungle Mist

📋 copy color: '#B4CECD'

red 180 ◦ green 206 ◦ blue 205

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

Shades of Jungle Mist #B4CECD

Tints of Jungle Mist #B4CECD

RGB

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

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

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

R = 30.46%
G = 34.86%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B4CECD (or 0xB4CECD) is known color: Jungle Mist. HEX triplet: B4, CE and CD. RGB value is (180,206,205). Sum of RGB (Red+Green+Blue) = 180+206+205=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CECD is #4B3132. Grayscale: #C6C6C6. Windows color (decimal): -4927795 or 13487796. OLE color: 13487796.

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

Color convert

RGB 180 206 205 -
CMYK 0.13 0 0.00 0.19
HSL 177.69º 0.21% 0.76% -
HSV(B) 177.69º 0.13% 0.81% -
XYZ 51.91 58.25 66.27 -
YUV 198.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 180 206 205 0.13 0 0.00 0.19 177.69 0.21 0.76
Hex B4 CE CD D 0 0 13 B2 15 4C
Octal 264 316 315 15 0 0 23 262 25 114
Binary 10110100 11001110 11001101 1101 0 0 10011 10110010 10101 1001100

Color Harmonies of #B4CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CECD

Black with #B4CECD

Text Example


Text Example

White with #B4CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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