Html Css Color HEX #B7E0DC Ice Cold

📋 copy color: '#B7E0DC'

red 183 ◦ green 224 ◦ blue 220

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

Shades of Ice Cold #B7E0DC

Tints of Ice Cold #B7E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.73%

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

R = 29.19%
G = 35.73%
B = 35.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#B7E0DC (or 0xB7E0DC) is known color: Ice Cold. HEX triplet: B7, E0 and DC. RGB value is (183,224,220). Sum of RGB (Red+Green+Blue) = 183+224+220=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0DC is #481F23. Grayscale: #D3D3D3. Windows color (decimal): -4726564 or 14475447. OLE color: 14475447.

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

Color convert

RGB 183 224 220 -
CMYK 0.18 0 0.02 0.12
HSL 174.15º 0.4% 0.8% -
HSV(B) 174.15º 0.18% 0.88% -
XYZ 59.1 68.55 77.83 -
YUV 211.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 183 224 220 0.18 0 0.02 0.12 174.15 0.4 0.8
Hex B7 E0 DC 12 0 2 C AE 28 50
Octal 267 340 334 22 0 2 14 256 50 120
Binary 10110111 11100000 11011100 10010 0 10 1100 10101110 101000 1010000

Color Harmonies of #B7E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7E0DC

Black with #B7E0DC

Text Example


Text Example

White with #B7E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7E0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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