#B4FCEB

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

Shades of Water Leaf #B4FCEB

Tints of Water Leaf #B4FCEB

Color information

#B4FCEB (or 0xB4FCEB) is unknown color: approx Water Leaf. HEX triplet: B4, FC and EB. RGB value is (180,252,235). Sum of RGB (Red+Green+Blue) = 180+252+235=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCEB is #4B0314. Grayscale: #E4E4E4. Windows color (decimal): -4915989 or 15465652. OLE color: 15465652.

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

Color convert

RGB180252235-
CMYK0.2900.070.01
HSL165.83º92.31%84.71%-
HSV(B)165.83º28.57%98.82%-
XYZ68.6385.3291.45-
YUV228.53131.6593.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=26.99%
G=37.78%
B=35.23%

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
Decimal1802522350.2900.070.01165.8392.3184.71
HexB4FCEB1D071a65c55
Octal26437435335071246134125
Binary10110100111111001110101111101011111010011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCEB; }

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

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

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

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

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

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

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

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