#BFF6E6

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

Shades of Water Leaf #BFF6E6

Tints of Water Leaf #BFF6E6

Color information

#BFF6E6 (or 0xBFF6E6) is unknown color: approx Water Leaf. HEX triplet: BF, F6 and E6. RGB value is (191,246,230). Sum of RGB (Red+Green+Blue) = 191+246+230=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6E6 is #400919. Grayscale: #E3E3E3. Windows color (decimal): -4196634 or 15136447. OLE color: 15136447.

HSL color Cylindrical-coordinate representation of color #BFF6E6: hue angle of 162.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6E6 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB191246230-
CMYK0.2200.070.04
HSL162.55º75.34%85.69%-
HSV(B)162.55º22.36%96.47%-
XYZ68.7282.787.2-
YUV227.73129.28101.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 246 (96.48% from 255) = 36.88%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=28.64%
G=36.88%
B=34.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462300.2200.070.04162.5575.3485.69
HexBFF6E616074a34b56
Octal27736634626074243113126
Binary1011111111110110111001101011001111001010001110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6E6; }

 p { color: rgb(191,246,230); }

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

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

 a { background-color: rgb(191,246,230); }

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

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

 span { border-color: rgb(191,246,230); }

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