#B6FBDF

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

Shades of Water Leaf #B6FBDF

Tints of Water Leaf #B6FBDF

Color information

#B6FBDF (or 0xB6FBDF) is unknown color: approx Water Leaf. HEX triplet: B6, FB and DF. RGB value is (182,251,223). Sum of RGB (Red+Green+Blue) = 182+251+223=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBDF is #490420. Grayscale: #E3E3E3. Windows color (decimal): -4785185 or 14678966. OLE color: 14678966.

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

Color convert

RGB182251223-
CMYK0.2700.110.02
HSL155.65º89.61%84.9%-
HSV(B)155.65º27.49%98.43%-
XYZ67.1184.2782.54-
YUV227.18125.6495.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=27.74%
G=38.26%
B=33.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512230.2700.110.02155.6589.6184.9
HexB6FBDF1B0B29c5a55
Octal266373337330132234132125
Binary1011011011111011110111111101101011101001110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBDF; }

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

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

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

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

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

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

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

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