#B7F9DD

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

Shades of Water Leaf #B7F9DD

Tints of Water Leaf #B7F9DD

Color information

#B7F9DD (or 0xB7F9DD) is unknown color: approx Water Leaf. HEX triplet: B7, F9 and DD. RGB value is (183,249,221). Sum of RGB (Red+Green+Blue) = 183+249+221=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F9DD is #480622. Grayscale: #E2E2E2. Windows color (decimal): -4720163 or 14547383. OLE color: 14547383.

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

Color convert

RGB183249221-
CMYK0.2700.110.02
HSL154.55º84.62%84.71%-
HSV(B)154.55º26.51%97.65%-
XYZ66.4683.0480.93-
YUV226.07125.1397.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.02%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=28.02%
G=38.13%
B=33.84%

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
Decimal1832492210.2700.110.02154.5584.6284.71
HexB7F9DD1B0B29b5555
Octal267371335330132233125125
Binary1011011111111001110111011101101011101001101110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F9DD; }

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

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

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

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

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

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

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

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