#B5FCDF

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

Shades of Water Leaf #B5FCDF

Tints of Water Leaf #B5FCDF

Color information

#B5FCDF (or 0xB5FCDF) is unknown color: approx Water Leaf. HEX triplet: B5, FC and DF. RGB value is (181,252,223). Sum of RGB (Red+Green+Blue) = 181+252+223=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCDF is #4A0320. Grayscale: #E3E3E3. Windows color (decimal): -4850465 or 14679221. OLE color: 14679221.

HSL color Cylindrical-coordinate representation of color #B5FCDF: hue angle of 155.49º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCDF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB181252223-
CMYK0.2800.120.01
HSL155.49º92.21%84.9%-
HSV(B)155.49º28.17%98.82%-
XYZ67.1984.7782.63-
YUV227.46125.4894.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.59%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=27.59%
G=38.41%
B=33.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812522230.2800.120.01155.4992.2184.9
HexB5FCDF1C0C19b5c55
Octal265374337340141233134125
Binary101101011111110011011111111000110011001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCDF; }

 p { color: rgb(181,252,223); }

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

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

 a { background-color: rgb(181,252,223); }

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

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

 span { border-color: rgb(181,252,223); }

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