Html Css Color HEX #B0DFD8 Ice Cold

📋 copy color: '#B0DFD8'

red 176 ◦ green 223 ◦ blue 216

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

Shades of Ice Cold #B0DFD8

Tints of Ice Cold #B0DFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 28.62%
G = 36.26%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#B0DFD8 (or 0xB0DFD8) is known color: Ice Cold. HEX triplet: B0, DF and D8. RGB value is (176,223,216). Sum of RGB (Red+Green+Blue) = 176+223+216=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD8 is #4F2027. Grayscale: #D0D0D0. Windows color (decimal): -5185576 or 14213040. OLE color: 14213040.

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

Color convert

RGB 176 223 216 -
CMYK 0.21 0 0.03 0.13
HSL 171.06º 0.42% 0.78% -
HSV(B) 171.06º 0.21% 0.87% -
XYZ 56.69 66.96 74.9 -
YUV 208.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 176 223 216 0.21 0 0.03 0.13 171.06 0.42 0.78
Hex B0 DF D8 15 0 3 D AB 2A 4E
Octal 260 337 330 25 0 3 15 253 52 116
Binary 10110000 11011111 11011000 10101 0 11 1101 10101011 101010 1001110

Color Harmonies of #B0DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFD8

Black with #B0DFD8

Text Example


Text Example

White with #B0DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFD8; }

 p { color: rgb(176,223,216); }

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

background-color css

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

 a { background-color: rgb(176,223,216); }

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

border-color css

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

 span { border-color: rgb(176,223,216); }

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