#B4FDE5

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

Shades of Water Leaf #B4FDE5

Tints of Water Leaf #B4FDE5

Color information

#B4FDE5 (or 0xB4FDE5) is unknown color: approx Water Leaf. HEX triplet: B4, FD and E5. RGB value is (180,253,229). Sum of RGB (Red+Green+Blue) = 180+253+229=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDE5 is #4B021A. Grayscale: #E4E4E4. Windows color (decimal): -4915739 or 15072692. OLE color: 15072692.

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

Color convert

RGB180253229-
CMYK0.2900.090.01
HSL160.27º94.81%84.9%-
HSV(B)160.27º28.85%99.22%-
XYZ68.0985.6187.06-
YUV228.44128.3293.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.19%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=27.19%
G=38.22%
B=34.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532290.2900.090.01160.2794.8184.9
HexB4FDE51D091a05f55
Octal264375345350111240137125
Binary101101001111110111100101111010100111010000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDE5; }

 p { color: rgb(180,253,229); }

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

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

 a { background-color: rgb(180,253,229); }

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

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

 span { border-color: rgb(180,253,229); }

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