#B6FBED

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

Shades of Water Leaf #B6FBED

Tints of Water Leaf #B6FBED

Color information

#B6FBED (or 0xB6FBED) is unknown color: approx Water Leaf. HEX triplet: B6, FB and ED. RGB value is (182,251,237). Sum of RGB (Red+Green+Blue) = 182+251+237=670 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.16% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FBED is #490412. Grayscale: #E4E4E4. Windows color (decimal): -4785171 or 15596470. OLE color: 15596470.

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

Color convert

RGB182251237-
CMYK0.2700.060.02
HSL167.83º89.61%84.9%-
HSV(B)167.83º27.49%98.43%-
XYZ69.0785.0592.9-
YUV228.77132.6494.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.16%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=27.16%
G=37.46%
B=35.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512370.2700.060.02167.8389.6184.9
HexB6FBED1B062a85a55
Octal26637335533062250132125
Binary101101101111101111101101110110110101010100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBED; }

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

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

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

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

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

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

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

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