#BFEFE3

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

Shades of Water Leaf #BFEFE3

Tints of Water Leaf #BFEFE3

Color information

#BFEFE3 (or 0xBFEFE3) is unknown color: approx Water Leaf. HEX triplet: BF, EF and E3. RGB value is (191,239,227). Sum of RGB (Red+Green+Blue) = 191+239+227=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE3 is #40101C. Grayscale: #DFDFDF. Windows color (decimal): -4198429 or 14938047. OLE color: 14938047.

HSL color Cylindrical-coordinate representation of color #BFEFE3: hue angle of 165º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE3 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB191239227-
CMYK0.2000.050.06
HSL165º60%84.31%-
HSV(B)165º20.08%93.73%-
XYZ66.2278.3684.31-
YUV223.28130.1104.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 227 (89.06% from 255) = 34.55%
R=29.07%
G=36.38%
B=34.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392270.2000.050.061656084.31
HexBFEFE314056a53c54
Octal2773573432405624574124
Binary101111111110111111100011101000101110101001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFE3; }

 p { color: rgb(191,239,227); }

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

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

 a { background-color: rgb(191,239,227); }

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

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

 span { border-color: rgb(191,239,227); }

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