#B5FCEB

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

Shades of Water Leaf #B5FCEB

Tints of Water Leaf #B5FCEB

Color information

#B5FCEB (or 0xB5FCEB) is unknown color: approx Water Leaf. HEX triplet: B5, FC and EB. RGB value is (181,252,235). Sum of RGB (Red+Green+Blue) = 181+252+235=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCEB is #4A0314. Grayscale: #E4E4E4. Windows color (decimal): -4850453 or 15465653. OLE color: 15465653.

HSL color Cylindrical-coordinate representation of color #B5FCEB: hue angle of 165.63º 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 #B5FCEB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB181252235-
CMYK0.2800.070.01
HSL165.63º92.21%84.9%-
HSV(B)165.63º28.17%98.82%-
XYZ68.8685.4491.46-
YUV228.83131.4893.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.10%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=27.10%
G=37.72%
B=35.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812522350.2800.070.01165.6392.2184.9
HexB5FCEB1C071a65c55
Octal26537435334071246134125
Binary10110101111111001110101111100011111010011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCEB; }

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

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

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

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

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

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

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

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