#B6FAEC

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

Shades of Water Leaf #B6FAEC

Tints of Water Leaf #B6FAEC

Color information

#B6FAEC (or 0xB6FAEC) is unknown color: approx Water Leaf. HEX triplet: B6, FA and EC. RGB value is (182,250,236). Sum of RGB (Red+Green+Blue) = 182+250+236=668 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.25% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FAEC is #490513. Grayscale: #E4E4E4. Windows color (decimal): -4785428 or 15530678. OLE color: 15530678.

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

Color convert

RGB182250236-
CMYK0.2700.060.02
HSL167.65º87.18%84.71%-
HSV(B)167.65º27.2%98.04%-
XYZ68.6284.3792.03-
YUV228.07132.4795.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.25%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=27.25%
G=37.43%
B=35.33%

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
Decimal1822502360.2700.060.02167.6587.1884.71
HexB6FAEC1B062a85755
Octal26637235433062250127125
Binary101101101111101011101100110110110101010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAEC; }

 p { color: rgb(182,250,236); }

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

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

 a { background-color: rgb(182,250,236); }

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

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

 span { border-color: rgb(182,250,236); }

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