#B7DFDA

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

Shades of Ice Cold #B7DFDA

Tints of Ice Cold #B7DFDA

Color information

#B7DFDA (or 0xB7DFDA) is unknown color: approx Ice Cold. HEX triplet: B7, DF and DA. RGB value is (183,223,218). Sum of RGB (Red+Green+Blue) = 183+223+218=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFDA is #482025. Grayscale: #D2D2D2. Windows color (decimal): -4726822 or 14344119. OLE color: 14344119.

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

Color convert

RGB183223218-
CMYK0.1800.020.13
HSL172.5º38.46%79.61%-
HSV(B)172.5º17.94%87.45%-
XYZ58.5767.976.35-
YUV210.47132.25108.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.33%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=29.33%
G=35.74%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832232180.1800.020.13172.538.4679.61
HexB7DFDA1202Dac2650
Octal26733733222021525446120
Binary101101111101111111011010100100101101101011001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFDA; }

 p { color: rgb(183,223,218); }

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

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

 a { background-color: rgb(183,223,218); }

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

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

 span { border-color: rgb(183,223,218); }

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