Html Css Color HEX #B0E0D6 Ice Cold

📋 copy color: '#B0E0D6'

red 176 ◦ green 224 ◦ blue 214

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

Shades of Ice Cold #B0E0D6

Tints of Ice Cold #B0E0D6

RGB

 RED value IS 176 (69.14% from 255) = 28.66%

 GREEN value IS 224 (87.89% from 255) = 36.48%

 BLUE value IS 214 (83.98% from 255) = 34.85%

R = 28.66%
G = 36.48%
B = 34.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#B0E0D6 (or 0xB0E0D6) is known color: Ice Cold. HEX triplet: B0, E0 and D6. RGB value is (176,224,214). Sum of RGB (Red+Green+Blue) = 176+224+214=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0D6 is #4F1F29. Grayscale: #D0D0D0. Windows color (decimal): -5185322 or 14082224. OLE color: 14082224.

HSL color Cylindrical-coordinate representation of color #B0E0D6: hue angle of 167.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0D6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 214 -
CMYK 0.21 0 0.04 0.12
HSL 167.5º 0.44% 0.78% -
HSV(B) 167.5º 0.21% 0.88% -
XYZ 56.7 67.4 73.64 -
YUV 208.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 176 224 214 0.21 0 0.04 0.12 167.5 0.44 0.78
Hex B0 E0 D6 15 0 4 C A8 2C 4E
Octal 260 340 326 25 0 4 14 250 54 116
Binary 10110000 11100000 11010110 10101 0 100 1100 10101000 101100 1001110

Color Harmonies of #B0E0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E0D6

Black with #B0E0D6

Text Example


Text Example

White with #B0E0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E0D6; }

 p { color: rgb(176,224,214); }

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

background-color css

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

 a { background-color: rgb(176,224,214); }

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

border-color css

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

 span { border-color: rgb(176,224,214); }

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