#BFEAE0

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

Shades of Water Leaf #BFEAE0

Tints of Water Leaf #BFEAE0

Color information

#BFEAE0 (or 0xBFEAE0) is unknown color: approx Water Leaf. HEX triplet: BF, EA and E0. RGB value is (191,234,224). Sum of RGB (Red+Green+Blue) = 191+234+224=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAE0 is #40151F. Grayscale: #DCDCDC. Windows color (decimal): -4199712 or 14740159. OLE color: 14740159.

HSL color Cylindrical-coordinate representation of color #BFEAE0: hue angle of 166.05º 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 #BFEAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB191234224-
CMYK0.1800.040.08
HSL166.05º50.59%83.33%-
HSV(B)166.05º18.38%91.76%-
XYZ64.3675.381.66-
YUV220130.25107.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=29.43%
G=36.06%
B=34.51%

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
Decimal1912342240.1800.040.08166.0550.5983.33
HexBFEAE012048a63353
Octal27735234022041024663123
Binary1011111111101010111000001001001001000101001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAE0; }

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

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

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

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

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

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

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

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