Html Css Color HEX #B6DFDB Ice Cold

📋 copy color: '#B6DFDB'

red 182 ◦ green 223 ◦ blue 219

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

Shades of Ice Cold #B6DFDB

Tints of Ice Cold #B6DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 29.17%
G = 35.74%
B = 35.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B6DFDB (or 0xB6DFDB) is known color: Ice Cold. HEX triplet: B6, DF and DB. RGB value is (182,223,219). Sum of RGB (Red+Green+Blue) = 182+223+219=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFDB is #492024. Grayscale: #D2D2D2. Windows color (decimal): -4792357 or 14409654. OLE color: 14409654.

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

Color convert

RGB 182 223 219 -
CMYK 0.18 0 0.02 0.13
HSL 174.15º 0.39% 0.79% -
HSV(B) 174.15º 0.18% 0.87% -
XYZ 58.47 67.83 77.03 -
YUV 210.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 182 223 219 0.18 0 0.02 0.13 174.15 0.39 0.79
Hex B6 DF DB 12 0 2 D AE 27 4F
Octal 266 337 333 22 0 2 15 256 47 117
Binary 10110110 11011111 11011011 10010 0 10 1101 10101110 100111 1001111

Color Harmonies of #B6DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DFDB

Black with #B6DFDB

Text Example


Text Example

White with #B6DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DFDB; }

 p { color: rgb(182,223,219); }

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

background-color css

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

 a { background-color: rgb(182,223,219); }

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

border-color css

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

 span { border-color: rgb(182,223,219); }

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