#BFEADF

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

Shades of Water Leaf #BFEADF

Tints of Water Leaf #BFEADF

Color information

#BFEADF (or 0xBFEADF) is unknown color: approx Water Leaf. HEX triplet: BF, EA and DF. RGB value is (191,234,223). Sum of RGB (Red+Green+Blue) = 191+234+223=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEADF is #401520. Grayscale: #DBDBDB. Windows color (decimal): -4199713 or 14674623. OLE color: 14674623.

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

Color convert

RGB191234223-
CMYK0.1800.050.08
HSL164.65º50.59%83.33%-
HSV(B)164.65º18.38%91.76%-
XYZ64.2375.2580.95-
YUV219.89129.75107.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=29.48%
G=36.11%
B=34.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342230.1800.050.08164.6550.5983.33
HexBFEADF12058a53353
Octal27735233722051024563123
Binary1011111111101010110111111001001011000101001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEADF; }

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

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

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

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

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

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

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

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