#B6F9DD

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

Shades of Water Leaf #B6F9DD

Tints of Water Leaf #B6F9DD

Color information

#B6F9DD (or 0xB6F9DD) is unknown color: approx Water Leaf. HEX triplet: B6, F9 and DD. RGB value is (182,249,221). Sum of RGB (Red+Green+Blue) = 182+249+221=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9DD is #490622. Grayscale: #E1E1E1. Windows color (decimal): -4785699 or 14547382. OLE color: 14547382.

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

Color convert

RGB182249221-
CMYK0.2700.110.02
HSL154.93º84.81%84.51%-
HSV(B)154.93º26.91%97.65%-
XYZ66.2282.9280.92-
YUV225.77125.396.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.91%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=27.91%
G=38.19%
B=33.90%

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
Decimal1822492210.2700.110.02154.9384.8184.51
HexB6F9DD1B0B29b5555
Octal266371335330132233125125
Binary1011011011111001110111011101101011101001101110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9DD; }

 p { color: rgb(182,249,221); }

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

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

 a { background-color: rgb(182,249,221); }

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

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

 span { border-color: rgb(182,249,221); }

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