#B8F0DA

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

Shades of Water Leaf #B8F0DA

Tints of Water Leaf #B8F0DA

Color information

#B8F0DA (or 0xB8F0DA) is unknown color: approx Water Leaf. HEX triplet: B8, F0 and DA. RGB value is (184,240,218). Sum of RGB (Red+Green+Blue) = 184+240+218=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F0DA is #470F25. Grayscale: #DCDCDC. Windows color (decimal): -4656934 or 14348472. OLE color: 14348472.

HSL color Cylindrical-coordinate representation of color #B8F0DA: hue angle of 156.43º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8F0DA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB184240218-
CMYK0.2300.090.06
HSL156.43º65.12%83.14%-
HSV(B)156.43º23.33%94.12%-
XYZ63.5877.5777.95-
YUV220.75126.45101.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.66%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=28.66%
G=37.38%
B=33.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842402180.2300.090.06156.4365.1283.14
HexB8F0DA170969c4153
Octal270360332270116234101123
Binary10111000111100001101101010111010011101001110010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F0DA; }

 p { color: rgb(184,240,218); }

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

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

 a { background-color: rgb(184,240,218); }

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

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

 span { border-color: rgb(184,240,218); }

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