#B8F1DA

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

Shades of Water Leaf #B8F1DA

Tints of Water Leaf #B8F1DA

Color information

#B8F1DA (or 0xB8F1DA) is unknown color: approx Water Leaf. HEX triplet: B8, F1 and DA. RGB value is (184,241,218). Sum of RGB (Red+Green+Blue) = 184+241+218=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1DA is #470E25. Grayscale: #DDDDDD. Windows color (decimal): -4656678 or 14348728. OLE color: 14348728.

HSL color Cylindrical-coordinate representation of color #B8F1DA: hue angle of 155.79º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1DA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB184241218-
CMYK0.2400.100.05
HSL155.79º67.06%83.33%-
HSV(B)155.79º23.65%94.51%-
XYZ63.8878.1678.05-
YUV221.33126.12101.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.62%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=28.62%
G=37.48%
B=33.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842412180.2400.100.05155.7967.0683.33
HexB8F1DA180A59c4353
Octal270361332300125234103123
Binary10111000111100011101101011000010101011001110010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1DA; }

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

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

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

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

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

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

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

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