#BFF8EB

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

Shades of Water Leaf #BFF8EB

Tints of Water Leaf #BFF8EB

Color information

#BFF8EB (or 0xBFF8EB) is unknown color: approx Water Leaf. HEX triplet: BF, F8 and EB. RGB value is (191,248,235). Sum of RGB (Red+Green+Blue) = 191+248+235=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8EB is #400714. Grayscale: #E5E5E5. Windows color (decimal): -4196117 or 15464639. OLE color: 15464639.

HSL color Cylindrical-coordinate representation of color #BFF8EB: hue angle of 166.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8EB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB191248235-
CMYK0.2300.050.03
HSL166.32º80.28%86.08%-
HSV(B)166.32º22.98%97.25%-
XYZ70.0584.2191.16-
YUV229.48131.12100.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=28.34%
G=36.80%
B=34.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912482350.2300.050.03166.3280.2886.08
HexBFF8EB17053a65056
Octal27737035327053246120126
Binary101111111111100011101011101110101111010011010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8EB; }

 p { color: rgb(191,248,235); }

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

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

 a { background-color: rgb(191,248,235); }

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

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

 span { border-color: rgb(191,248,235); }

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