Html Css Color HEX #B4E3DC Ice Cold

📋 copy color: '#B4E3DC'

red 180 ◦ green 227 ◦ blue 220

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

Shades of Ice Cold #B4E3DC

Tints of Ice Cold #B4E3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.2%

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 28.71%
G = 36.2%
B = 35.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B4E3DC (or 0xB4E3DC) is known color: Ice Cold. HEX triplet: B4, E3 and DC. RGB value is (180,227,220). Sum of RGB (Red+Green+Blue) = 180+227+220=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E3DC is #4B1C23. Grayscale: #D4D4D4. Windows color (decimal): -4922404 or 14476212. OLE color: 14476212.

HSL color Cylindrical-coordinate representation of color #B4E3DC: hue angle of 171.06º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E3DC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 227 220 -
CMYK 0.21 0 0.03 0.11
HSL 171.06º 0.46% 0.8% -
HSV(B) 171.06º 0.21% 0.89% -
XYZ 59.21 69.81 78.06 -
YUV 212.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 180 227 220 0.21 0 0.03 0.11 171.06 0.46 0.8
Hex B4 E3 DC 15 0 3 B AB 2E 50
Octal 264 343 334 25 0 3 13 253 56 120
Binary 10110100 11100011 11011100 10101 0 11 1011 10101011 101110 1010000

Color Harmonies of #B4E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E3DC

Black with #B4E3DC

Text Example


Text Example

White with #B4E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E3DC; }

 p { color: rgb(180,227,220); }

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

background-color css

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

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

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

border-color css

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

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

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