Html Css Color HEX #B3E2DC Ice Cold

📋 copy color: '#B3E2DC'

red 179 ◦ green 226 ◦ blue 220

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

Shades of Ice Cold #B3E2DC

Tints of Ice Cold #B3E2DC

RGB

 RED value IS 179 (70.31% from 255) = 28.64%

 GREEN value IS 226 (88.67% from 255) = 36.16%

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

R = 28.64%
G = 36.16%
B = 35.2%

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

#B3E2DC (or 0xB3E2DC) is known color: Ice Cold. HEX triplet: B3, E2 and DC. RGB value is (179,226,220). Sum of RGB (Red+Green+Blue) = 179+226+220=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E2DC is #4C1D23. Grayscale: #D3D3D3. Windows color (decimal): -4988196 or 14475955. OLE color: 14475955.

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

Color convert

RGB 179 226 220 -
CMYK 0.21 0 0.03 0.11
HSL 172.34º 0.45% 0.79% -
HSV(B) 172.34º 0.21% 0.89% -
XYZ 58.71 69.14 77.96 -
YUV 211.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 179 226 220 0.21 0 0.03 0.11 172.34 0.45 0.79
Hex B3 E2 DC 15 0 3 B AC 2D 4F
Octal 263 342 334 25 0 3 13 254 55 117
Binary 10110011 11100010 11011100 10101 0 11 1011 10101100 101101 1001111

Color Harmonies of #B3E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E2DC

Black with #B3E2DC

Text Example


Text Example

White with #B3E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E2DC; }

 p { color: rgb(179,226,220); }

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

background-color css

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

 a { background-color: rgb(179,226,220); }

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

border-color css

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

 span { border-color: rgb(179,226,220); }

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