Html Css Color HEX #B4DED6 Ice Cold

📋 copy color: '#B4DED6'

red 180 ◦ green 222 ◦ blue 214

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

Shades of Ice Cold #B4DED6

Tints of Ice Cold #B4DED6

RGB

 RED value IS 180 (70.7% from 255) = 29.22%

 GREEN value IS 222 (87.11% from 255) = 36.04%

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

R = 29.22%
G = 36.04%
B = 34.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B4DED6 (or 0xB4DED6) is known color: Ice Cold. HEX triplet: B4, DE and D6. RGB value is (180,222,214). Sum of RGB (Red+Green+Blue) = 180+222+214=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DED6 is #4B2129. Grayscale: #D0D0D0. Windows color (decimal): -4923690 or 14081716. OLE color: 14081716.

HSL color Cylindrical-coordinate representation of color #B4DED6: hue angle of 168.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DED6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 222 214 -
CMYK 0.19 0 0.04 0.13
HSL 168.57º 0.39% 0.79% -
HSV(B) 168.57º 0.19% 0.87% -
XYZ 57.08 66.8 73.5 -
YUV 208.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 180 222 214 0.19 0 0.04 0.13 168.57 0.39 0.79
Hex B4 DE D6 13 0 4 D A9 27 4F
Octal 264 336 326 23 0 4 15 251 47 117
Binary 10110100 11011110 11010110 10011 0 100 1101 10101001 100111 1001111

Color Harmonies of #B4DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DED6

Black with #B4DED6

Text Example


Text Example

White with #B4DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DED6; }

 p { color: rgb(180,222,214); }

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

background-color css

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

 a { background-color: rgb(180,222,214); }

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

border-color css

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

 span { border-color: rgb(180,222,214); }

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