#BFEBDE

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

Shades of Mint Tulip #BFEBDE

Tints of Mint Tulip #BFEBDE

Color information

#BFEBDE (or 0xBFEBDE) is unknown color: approx Mint Tulip. HEX triplet: BF, EB and DE. RGB value is (191,235,222). Sum of RGB (Red+Green+Blue) = 191+235+222=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDE is #401421. Grayscale: #DCDCDC. Windows color (decimal): -4199458 or 14609343. OLE color: 14609343.

HSL color Cylindrical-coordinate representation of color #BFEBDE: hue angle of 162.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB191235222-
CMYK0.1900.060.08
HSL162.27º52.38%83.53%-
HSV(B)162.27º18.72%92.16%-
XYZ64.3875.7780.34-
YUV220.36128.92107.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=29.48%
G=36.27%
B=34.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352220.1900.060.08162.2752.3883.53
HexBFEBDE13068a23454
Octal27735333623061024264124
Binary1011111111101011110111101001101101000101000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBDE; }

 p { color: rgb(191,235,222); }

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

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

 a { background-color: rgb(191,235,222); }

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

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

 span { border-color: rgb(191,235,222); }

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