#BFEFE0

Color #BFEFE0 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BFEFE0

Tints of Mint Tulip #BFEFE0

Color information

#BFEFE0 (or 0xBFEFE0) is unknown color: approx Mint Tulip. HEX triplet: BF, EF and E0. RGB value is (191,239,224). Sum of RGB (Red+Green+Blue) = 191+239+224=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE0 is #40101F. Grayscale: #DEDEDE. Windows color (decimal): -4198432 or 14741439. OLE color: 14741439.

HSL color Cylindrical-coordinate representation of color #BFEFE0: hue angle of 161.25º 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 #BFEFE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB191239224-
CMYK0.2000.060.06
HSL161.25º60%84.31%-
HSV(B)161.25º20.08%93.73%-
XYZ65.8178.1982.15-
YUV222.94128.6105.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=29.20%
G=36.54%
B=34.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392240.2000.060.06161.256084.31
HexBFEFE014066a13c54
Octal2773573402406624174124
Binary101111111110111111100000101000110110101000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFE0; }

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

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

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

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

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

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

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

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