#B6FBE3

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

Shades of Water Leaf #B6FBE3

Tints of Water Leaf #B6FBE3

Color information

#B6FBE3 (or 0xB6FBE3) is unknown color: approx Water Leaf. HEX triplet: B6, FB and E3. RGB value is (182,251,227). Sum of RGB (Red+Green+Blue) = 182+251+227=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBE3 is #49041C. Grayscale: #E3E3E3. Windows color (decimal): -4785181 or 14941110. OLE color: 14941110.

HSL color Cylindrical-coordinate representation of color #B6FBE3: hue angle of 159.13º 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 #B6FBE3 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB182251227-
CMYK0.2700.100.02
HSL159.13º89.61%84.9%-
HSV(B)159.13º27.49%98.43%-
XYZ67.6584.4985.41-
YUV227.63127.6495.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.58%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 227 (89.06% from 255) = 34.39%
R=27.58%
G=38.03%
B=34.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512270.2700.100.02159.1389.6184.9
HexB6FBE31B0A29f5a55
Octal266373343330122237132125
Binary1011011011111011111000111101101010101001111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBE3; }

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

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

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

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

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

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

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

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