Html Css Color HEX #B6E1DA Ice Cold

📋 copy color: '#B6E1DA'

red 182 ◦ green 225 ◦ blue 218

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

Shades of Ice Cold #B6E1DA

Tints of Ice Cold #B6E1DA

RGB

 RED value IS 182 (71.48% from 255) = 29.12%

 GREEN value IS 225 (88.28% from 255) = 36%

 BLUE value IS 218 (85.55% from 255) = 34.88%

R = 29.12%
G = 36%
B = 34.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#B6E1DA (or 0xB6E1DA) is known color: Ice Cold. HEX triplet: B6, E1 and DA. RGB value is (182,225,218). Sum of RGB (Red+Green+Blue) = 182+225+218=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1DA is #491E25. Grayscale: #D3D3D3. Windows color (decimal): -4791846 or 14344630. OLE color: 14344630.

HSL color Cylindrical-coordinate representation of color #B6E1DA: hue angle of 170.23º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E1DA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 225 218 -
CMYK 0.19 0 0.03 0.12
HSL 170.23º 0.42% 0.8% -
HSV(B) 170.23º 0.19% 0.88% -
XYZ 58.87 68.86 76.52 -
YUV 211.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 182 225 218 0.19 0 0.03 0.12 170.23 0.42 0.8
Hex B6 E1 DA 13 0 3 C AA 2A 50
Octal 266 341 332 23 0 3 14 252 52 120
Binary 10110110 11100001 11011010 10011 0 11 1100 10101010 101010 1010000

Color Harmonies of #B6E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E1DA

Black with #B6E1DA

Text Example


Text Example

White with #B6E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E1DA; }

 p { color: rgb(182,225,218); }

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

background-color css

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

 a { background-color: rgb(182,225,218); }

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

border-color css

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

 span { border-color: rgb(182,225,218); }

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