#BFF7EB

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

Shades of Water Leaf #BFF7EB

Tints of Water Leaf #BFF7EB

Color information

#BFF7EB (or 0xBFF7EB) is unknown color: approx Water Leaf. HEX triplet: BF, F7 and EB. RGB value is (191,247,235). Sum of RGB (Red+Green+Blue) = 191+247+235=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7EB is #400814. Grayscale: #E4E4E4. Windows color (decimal): -4196373 or 15464383. OLE color: 15464383.

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

Color convert

RGB191247235-
CMYK0.2300.050.03
HSL167.14º77.78%85.88%-
HSV(B)167.14º22.67%96.86%-
XYZ69.7483.691.06-
YUV228.89131.45100.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.38%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=28.38%
G=36.70%
B=34.92%

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
Decimal1912472350.2300.050.03167.1477.7885.88
HexBFF7EB17053a74e56
Octal27736735327053247116126
Binary101111111111011111101011101110101111010011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7EB; }

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

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

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

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

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

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

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

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