#B4FCDF

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

Shades of Water Leaf #B4FCDF

Tints of Water Leaf #B4FCDF

Color information

#B4FCDF (or 0xB4FCDF) is unknown color: approx Water Leaf. HEX triplet: B4, FC and DF. RGB value is (180,252,223). Sum of RGB (Red+Green+Blue) = 180+252+223=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDF is #4B0320. Grayscale: #E3E3E3. Windows color (decimal): -4916001 or 14679220. OLE color: 14679220.

HSL color Cylindrical-coordinate representation of color #B4FCDF: hue angle of 155.83º degrees, saturation: 0.92, 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 #B4FCDF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB180252223-
CMYK0.2900.120.01
HSL155.83º92.31%84.71%-
HSV(B)155.83º28.57%98.82%-
XYZ66.9584.6582.62-
YUV227.17125.6594.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=27.48%
G=38.47%
B=34.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522230.2900.120.01155.8392.3184.71
HexB4FCDF1D0C19c5c55
Octal264374337350141234134125
Binary101101001111110011011111111010110011001110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCDF; }

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

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

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

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

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

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

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

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