Html Css Color HEX #B7F1DC Water Leaf

📋 copy color: '#B7F1DC'

red 183 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #B7F1DC

Tints of Water Leaf #B7F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.42%

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

R = 28.42%
G = 37.42%
B = 34.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#B7F1DC (or 0xB7F1DC) is known color: Water Leaf. HEX triplet: B7, F1 and DC. RGB value is (183,241,220). Sum of RGB (Red+Green+Blue) = 183+241+220=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1DC is #480E23. Grayscale: #DDDDDD. Windows color (decimal): -4722212 or 14479799. OLE color: 14479799.

HSL color Cylindrical-coordinate representation of color #B7F1DC: hue angle of 158.28º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1DC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 241 220 -
CMYK 0.24 0 0.09 0.05
HSL 158.28º 0.67% 0.83% -
HSV(B) 158.28º 0.24% 0.95% -
XYZ 63.9 78.15 79.43 -
YUV 221.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 183 241 220 0.24 0 0.09 0.05 158.28 0.67 0.83
Hex B7 F1 DC 18 0 9 5 9E 43 53
Octal 267 361 334 30 0 11 5 236 103 123
Binary 10110111 11110001 11011100 11000 0 1001 101 10011110 1000011 1010011

Color Harmonies of #B7F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F1DC

Black with #B7F1DC

Text Example


Text Example

White with #B7F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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