#B6FBEA

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

Shades of Water Leaf #B6FBEA

Tints of Water Leaf #B6FBEA

Color information

#B6FBEA (or 0xB6FBEA) is unknown color: approx Water Leaf. HEX triplet: B6, FB and EA. RGB value is (182,251,234). Sum of RGB (Red+Green+Blue) = 182+251+234=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FBEA is #490415. Grayscale: #E4E4E4. Windows color (decimal): -4785174 or 15399862. OLE color: 15399862.

HSL color Cylindrical-coordinate representation of color #B6FBEA: hue angle of 165.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBEA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB182251234-
CMYK0.2700.070.02
HSL165.22º89.61%84.9%-
HSV(B)165.22º27.49%98.43%-
XYZ68.6484.8890.61-
YUV228.43131.1494.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.29%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=27.29%
G=37.63%
B=35.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512340.2700.070.02165.2289.6184.9
HexB6FBEA1B072a55a55
Octal26637335233072245132125
Binary101101101111101111101010110110111101010010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBEA; }

 p { color: rgb(182,251,234); }

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

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

 a { background-color: rgb(182,251,234); }

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

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

 span { border-color: rgb(182,251,234); }

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