#B4FCED

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

Shades of Water Leaf #B4FCED

Tints of Water Leaf #B4FCED

Color information

#B4FCED (or 0xB4FCED) is unknown color: approx Water Leaf. HEX triplet: B4, FC and ED. RGB value is (180,252,237). Sum of RGB (Red+Green+Blue) = 180+252+237=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCED is #4B0312. Grayscale: #E4E4E4. Windows color (decimal): -4915987 or 15596724. OLE color: 15596724.

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

Color convert

RGB180252237-
CMYK0.2900.060.01
HSL167.5º92.31%84.71%-
HSV(B)167.5º28.57%98.82%-
XYZ68.9285.4492.98-
YUV228.76132.6593.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.91%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=26.91%
G=37.67%
B=35.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522370.2900.060.01167.592.3184.71
HexB4FCED1D061a85c55
Octal26437435535061250134125
Binary10110100111111001110110111101011011010100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCED; }

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

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

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

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

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

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

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

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