Html Css Color HEX #B4CDD1 Jungle Mist

📋 copy color: '#B4CDD1'

red 180 ◦ green 205 ◦ blue 209

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

Shades of Jungle Mist #B4CDD1

Tints of Jungle Mist #B4CDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 30.3%
G = 34.51%
B = 35.19%

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

#B4CDD1 (or 0xB4CDD1) is known color: Jungle Mist. HEX triplet: B4, CD and D1. RGB value is (180,205,209). Sum of RGB (Red+Green+Blue) = 180+205+209=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDD1 is #4B322E. Grayscale: #C5C5C5. Windows color (decimal): -4928047 or 13749684. OLE color: 13749684.

HSL color Cylindrical-coordinate representation of color #B4CDD1: hue angle of 188.28º 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 #B4CDD1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 205 209 -
CMYK 0.14 0.02 0 0.18
HSL 188.28º 0.24% 0.76% -
HSV(B) 188.28º 0.14% 0.82% -
XYZ 52.16 57.97 68.76 -
YUV 197.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 180 205 209 0.14 0.02 0 0.18 188.28 0.24 0.76
Hex B4 CD D1 E 2 0 12 BC 18 4C
Octal 264 315 321 16 2 0 22 274 30 114
Binary 10110100 11001101 11010001 1110 10 0 10010 10111100 11000 1001100

Color Harmonies of #B4CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDD1

Black with #B4CDD1

Text Example


Text Example

White with #B4CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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