#BFF3E7

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

Shades of Water Leaf #BFF3E7

Tints of Water Leaf #BFF3E7

Color information

#BFF3E7 (or 0xBFF3E7) is unknown color: approx Water Leaf. HEX triplet: BF, F3 and E7. RGB value is (191,243,231). Sum of RGB (Red+Green+Blue) = 191+243+231=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3E7 is #400C18. Grayscale: #E2E2E2. Windows color (decimal): -4197401 or 15201215. OLE color: 15201215.

HSL color Cylindrical-coordinate representation of color #BFF3E7: hue angle of 166.15º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3E7 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB191243231-
CMYK0.2100.050.05
HSL166.15º68.42%85.1%-
HSV(B)166.15º21.4%95.29%-
XYZ67.9680.9587.64-
YUV226.08130.77102.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 231 (90.62% from 255) = 34.74%
R=28.72%
G=36.54%
B=34.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432310.2100.050.05166.1568.4285.1
HexBFF3E715055a64455
Octal27736334725055246104125
Binary1011111111110011111001111010101011011010011010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3E7; }

 p { color: rgb(191,243,231); }

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

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

 a { background-color: rgb(191,243,231); }

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

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

 span { border-color: rgb(191,243,231); }

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