#bff7ea

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

Shades of Water Leaf #BFF7EA

Tints of Water Leaf #BFF7EA

Color information

#BFF7EA (or 0xBFF7EA) is unknown color: approx Water Leaf. HEX triplet: BF, F7 and EA. RGB value is (191,247,234). Sum of RGB (Red+Green+Blue) = 191+247+234=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7EA is #400815. Grayscale: #E4E4E4. Windows color (decimal): -4196374 or 15398847. OLE color: 15398847.

HSL color Cylindrical-coordinate representation of color #BFF7EA: hue angle of 166.07º degrees, saturation: 0.78, 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 #BFF7EA is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB191247234-
CMYK0.2300.050.03
HSL166.07º77.78%85.88%-
HSV(B)166.07º22.67%96.86%-
XYZ69.683.5490.3-
YUV228.77130.95101.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=28.42%
G=36.76%
B=34.82%

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
Decimal1912472340.2300.050.03166.0777.7885.88
HexBFF7EA17053a64e56
Octal27736735227053246116126
Binary101111111111011111101010101110101111010011010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff7ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff7ea; }

 p { color: rgb(191,247,234); }

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

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

 a { background-color: rgb(191,247,234); }

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

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

 span { border-color: rgb(191,247,234); }

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