Html Css Color HEX #B7DFDC Ice Cold

📋 copy color: '#B7DFDC'

red 183 ◦ green 223 ◦ blue 220

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

Shades of Ice Cold #B7DFDC

Tints of Ice Cold #B7DFDC

RGB

 RED value IS 183 (71.88% from 255) = 29.23%

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 29.23%
G = 35.62%
B = 35.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B7DFDC (or 0xB7DFDC) is known color: Ice Cold. HEX triplet: B7, DF and DC. RGB value is (183,223,220). Sum of RGB (Red+Green+Blue) = 183+223+220=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFDC is #482023. Grayscale: #D2D2D2. Windows color (decimal): -4726820 or 14475191. OLE color: 14475191.

HSL color Cylindrical-coordinate representation of color #B7DFDC: hue angle of 175.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 #B7DFDC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 220 -
CMYK 0.18 0 0.01 0.13
HSL 175.5º 0.38% 0.8% -
HSV(B) 175.5º 0.18% 0.87% -
XYZ 58.83 68.01 77.74 -
YUV 210.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 183 223 220 0.18 0 0.01 0.13 175.5 0.38 0.8
Hex B7 DF DC 12 0 1 D B0 26 50
Octal 267 337 334 22 0 1 15 260 46 120
Binary 10110111 11011111 11011100 10010 0 1 1101 10110000 100110 1010000

Color Harmonies of #B7DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFDC

Black with #B7DFDC

Text Example


Text Example

White with #B7DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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