#B5F7DC

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

Shades of Water Leaf #B5F7DC

Tints of Water Leaf #B5F7DC

Color information

#B5F7DC (or 0xB5F7DC) is unknown color: approx Water Leaf. HEX triplet: B5, F7 and DC. RGB value is (181,247,220). Sum of RGB (Red+Green+Blue) = 181+247+220=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7DC is #4A0823. Grayscale: #E0E0E0. Windows color (decimal): -4851748 or 14481333. OLE color: 14481333.

HSL color Cylindrical-coordinate representation of color #B5F7DC: hue angle of 155.45º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7DC is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB181247220-
CMYK0.2700.110.03
HSL155.45º80.49%83.92%-
HSV(B)155.45º26.72%96.86%-
XYZ65.2481.5180.01-
YUV224.19125.6397.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.93%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=27.93%
G=38.12%
B=33.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812472200.2700.110.03155.4580.4983.92
HexB5F7DC1B0B39b5054
Octal265367334330133233120124
Binary1011010111110111110111001101101011111001101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F7DC; }

 p { color: rgb(181,247,220); }

 H1.HeaderClassName
 {
   color: #B5F7DC;
 }
 .AnyTagClassName
 {
   color: #B5F7DC;
 }
</style>
background-color css

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

 a { background-color: rgb(181,247,220); }

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

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

 span { border-color: rgb(181,247,220); }

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