#B4FBDE

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

Shades of Water Leaf #B4FBDE

Tints of Water Leaf #B4FBDE

Color information

#B4FBDE (or 0xB4FBDE) is unknown color: approx Water Leaf. HEX triplet: B4, FB and DE. RGB value is (180,251,222). Sum of RGB (Red+Green+Blue) = 180+251+222=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDE is #4B0421. Grayscale: #E2E2E2. Windows color (decimal): -4916258 or 14613428. OLE color: 14613428.

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

Color convert

RGB180251222-
CMYK0.2800.120.02
HSL155.49º89.87%84.51%-
HSV(B)155.49º28.29%98.43%-
XYZ66.583.9781.81-
YUV226.46125.4894.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=27.57%
G=38.44%
B=34.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512220.2800.120.02155.4989.8784.51
HexB4FBDE1C0C29b5a55
Octal264373336340142233132125
Binary1011010011111011110111101110001100101001101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBDE; }

 p { color: rgb(180,251,222); }

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

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

 a { background-color: rgb(180,251,222); }

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

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

 span { border-color: rgb(180,251,222); }

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