#B8DFDC

Color #B8DFDC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #B8DFDC

Tints of Ice Cold #B8DFDC

Color information

#B8DFDC (or 0xB8DFDC) is unknown color: approx Ice Cold. HEX triplet: B8, DF and DC. RGB value is (184,223,220). Sum of RGB (Red+Green+Blue) = 184+223+220=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDC is #472023. Grayscale: #D2D2D2. Windows color (decimal): -4661284 or 14475192. OLE color: 14475192.

HSL color Cylindrical-coordinate representation of color #B8DFDC: hue angle of 175.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFDC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB184223220-
CMYK0.1700.010.13
HSL175.38º37.86%79.8%-
HSV(B)175.38º17.49%87.45%-
XYZ59.0768.1377.75-
YUV211133.08108.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.35%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=29.35%
G=35.57%
B=35.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842232200.1700.010.13175.3837.8679.8
HexB8DFDC1101Daf2650
Octal27033733421011525746120
Binary10111000110111111101110010001011101101011111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFDC; }

 p { color: rgb(184,223,220); }

 H1.HeaderClassName
 {
   color: #B8DFDC;
 }
 .AnyTagClassName
 {
   color: #B8DFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(184,223,220); }

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

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

 span { border-color: rgb(184,223,220); }

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