Html Css Color HEX #B2DFD5 Ice Cold

📋 copy color: '#B2DFD5'

red 178 ◦ green 223 ◦ blue 213

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

Shades of Ice Cold #B2DFD5

Tints of Ice Cold #B2DFD5

RGB

 RED value IS 178 (69.92% from 255) = 28.99%

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 28.99%
G = 36.32%
B = 34.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B2DFD5 (or 0xB2DFD5) is known color: Ice Cold. HEX triplet: B2, DF and D5. RGB value is (178,223,213). Sum of RGB (Red+Green+Blue) = 178+223+213=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD5 is #4D202A. Grayscale: #D0D0D0. Windows color (decimal): -5054507 or 14016434. OLE color: 14016434.

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

Color convert

RGB 178 223 213 -
CMYK 0.20 0 0.04 0.13
HSL 166.67º 0.41% 0.79% -
HSV(B) 166.67º 0.2% 0.87% -
XYZ 56.76 67.04 72.9 -
YUV 208.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 178 223 213 0.20 0 0.04 0.13 166.67 0.41 0.79
Hex B2 DF D5 14 0 4 D A7 29 4F
Octal 262 337 325 24 0 4 15 247 51 117
Binary 10110010 11011111 11010101 10100 0 100 1101 10100111 101001 1001111

Color Harmonies of #B2DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFD5

Black with #B2DFD5

Text Example


Text Example

White with #B2DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFD5; }

 p { color: rgb(178,223,213); }

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

background-color css

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

 a { background-color: rgb(178,223,213); }

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

border-color css

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

 span { border-color: rgb(178,223,213); }

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