Html Css Color HEX #B4E1DB Ice Cold

📋 copy color: '#B4E1DB'

red 180 ◦ green 225 ◦ blue 219

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

Shades of Ice Cold #B4E1DB

Tints of Ice Cold #B4E1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.06%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 28.85%
G = 36.06%
B = 35.1%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#B4E1DB (or 0xB4E1DB) is known color: Ice Cold. HEX triplet: B4, E1 and DB. RGB value is (180,225,219). Sum of RGB (Red+Green+Blue) = 180+225+219=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1DB is #4B1E24. Grayscale: #D2D2D2. Windows color (decimal): -4922917 or 14410164. OLE color: 14410164.

HSL color Cylindrical-coordinate representation of color #B4E1DB: hue angle of 172º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1DB is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 219 -
CMYK 0.2 0 0.03 0.12
HSL 172º 0.43% 0.79% -
HSV(B) 172º 0.2% 0.88% -
XYZ 58.53 68.67 77.19 -
YUV 210.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 180 225 219 0.2 0 0.03 0.12 172 0.43 0.79
Hex B4 E1 DB 14 0 3 C AC 2B 4F
Octal 264 341 333 24 0 3 14 254 53 117
Binary 10110100 11100001 11011011 10100 0 11 1100 10101100 101011 1001111

Color Harmonies of #B4E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E1DB

Black with #B4E1DB

Text Example


Text Example

White with #B4E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E1DB; }

 p { color: rgb(180,225,219); }

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

background-color css

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

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

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

border-color css

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

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

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