Html Css Color HEX #B4CCD1 Jungle Mist

📋 copy color: '#B4CCD1'

red 180 ◦ green 204 ◦ blue 209

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

Shades of Jungle Mist #B4CCD1

Tints of Jungle Mist #B4CCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 30.35%
G = 34.4%
B = 35.24%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B4CCD1 (or 0xB4CCD1) is known color: Jungle Mist. HEX triplet: B4, CC and D1. RGB value is (180,204,209). Sum of RGB (Red+Green+Blue) = 180+204+209=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCD1 is #4B332E. Grayscale: #C5C5C5. Windows color (decimal): -4928303 or 13749428. OLE color: 13749428.

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

Color convert

RGB 180 204 209 -
CMYK 0.14 0.02 0 0.18
HSL 190.34º 0.24% 0.76% -
HSV(B) 190.34º 0.14% 0.82% -
XYZ 51.92 57.49 68.68 -
YUV 197.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 180 204 209 0.14 0.02 0 0.18 190.34 0.24 0.76
Hex B4 CC D1 E 2 0 12 BE 18 4C
Octal 264 314 321 16 2 0 22 276 30 114
Binary 10110100 11001100 11010001 1110 10 0 10010 10111110 11000 1001100

Color Harmonies of #B4CCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCD1

Black with #B4CCD1

Text Example


Text Example

White with #B4CCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCD1; }

 p { color: rgb(180,204,209); }

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

background-color css

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

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

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

border-color css

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

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

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