#BFF7E8

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

Shades of Water Leaf #BFF7E8

Tints of Water Leaf #BFF7E8

Color information

#BFF7E8 (or 0xBFF7E8) is unknown color: approx Water Leaf. HEX triplet: BF, F7 and E8. RGB value is (191,247,232). Sum of RGB (Red+Green+Blue) = 191+247+232=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7E8 is #400817. Grayscale: #E4E4E4. Windows color (decimal): -4196376 or 15267775. OLE color: 15267775.

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

Color convert

RGB191247232-
CMYK0.2300.060.03
HSL163.93º77.78%85.88%-
HSV(B)163.93º22.67%96.86%-
XYZ69.3183.4288.79-
YUV228.55129.95101.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 232 (91.02% from 255) = 34.63%
R=28.51%
G=36.87%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472320.2300.060.03163.9377.7885.88
HexBFF7E817063a44e56
Octal27736735027063244116126
Binary101111111111011111101000101110110111010010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7E8; }

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

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

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

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

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

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

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

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