#B7F1DC

Color #B7F1DC Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B7F1DC

Tints of Water Leaf #B7F1DC

Color information

#B7F1DC (or 0xB7F1DC) is unknown color: approx 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

RGB183241220-
CMYK0.2400.090.05
HSL158.28º67.44%83.14%-
HSV(B)158.28º24.07%94.51%-
XYZ63.978.1579.43-
YUV221.26127.28100.71-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412200.2400.090.05158.2867.4483.14
HexB7F1DC180959e4353
Octal267361334300115236103123
Binary10110111111100011101110011000010011011001111010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>