#B4FDEC

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

Shades of Water Leaf #B4FDEC

Tints of Water Leaf #B4FDEC

Color information

#B4FDEC (or 0xB4FDEC) is unknown color: approx Water Leaf. HEX triplet: B4, FD and EC. RGB value is (180,253,236). Sum of RGB (Red+Green+Blue) = 180+253+236=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDEC is #4B0213. Grayscale: #E5E5E5. Windows color (decimal): -4915732 or 15531444. OLE color: 15531444.

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

Color convert

RGB180253236-
CMYK0.2900.070.01
HSL166.03º94.81%84.9%-
HSV(B)166.03º28.85%99.22%-
XYZ69.0986.0192.32-
YUV229.24131.8292.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.91%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=26.91%
G=37.82%
B=35.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802532360.2900.070.01166.0394.8184.9
HexB4FDEC1D071a65f55
Octal26437535435071246137125
Binary10110100111111011110110011101011111010011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDEC; }

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

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

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

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

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

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

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

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