#B5FBED

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

Shades of Water Leaf #B5FBED

Tints of Water Leaf #B5FBED

Color information

#B5FBED (or 0xB5FBED) is unknown color: approx Water Leaf. HEX triplet: B5, FB and ED. RGB value is (181,251,237). Sum of RGB (Red+Green+Blue) = 181+251+237=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBED is #4A0412. Grayscale: #E4E4E4. Windows color (decimal): -4850707 or 15596469. OLE color: 15596469.

HSL color Cylindrical-coordinate representation of color #B5FBED: hue angle of 168º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBED is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB181251237-
CMYK0.2800.060.02
HSL168º89.74%84.71%-
HSV(B)168º27.89%98.43%-
XYZ68.8484.9392.89-
YUV228.47132.8194.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=27.06%
G=37.52%
B=35.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512370.2800.060.0216889.7484.71
HexB5FBED1C062a85a55
Octal26537335534062250132125
Binary101101011111101111101101111000110101010100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBED; }

 p { color: rgb(181,251,237); }

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

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

 a { background-color: rgb(181,251,237); }

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

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

 span { border-color: rgb(181,251,237); }

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