#BFEAE1

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

Shades of Water Leaf #BFEAE1

Tints of Water Leaf #BFEAE1

Color information

#BFEAE1 (or 0xBFEAE1) is unknown color: approx Water Leaf. HEX triplet: BF, EA and E1. RGB value is (191,234,225). Sum of RGB (Red+Green+Blue) = 191+234+225=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE1 is #40151E. Grayscale: #DCDCDC. Windows color (decimal): -4199711 or 14805695. OLE color: 14805695.

HSL color Cylindrical-coordinate representation of color #BFEAE1: hue angle of 167.44º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAE1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB191234225-
CMYK0.1800.040.08
HSL167.44º50.59%83.33%-
HSV(B)167.44º18.38%91.76%-
XYZ64.575.3682.38-
YUV220.12130.75107.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=29.38%
G=36%
B=34.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342250.1800.040.08167.4450.5983.33
HexBFEAE112048a73353
Octal27735234122041024763123
Binary1011111111101010111000011001001001000101001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAE1; }

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

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

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

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

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

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

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

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