#BFEBDA

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

Shades of Mint Tulip #BFEBDA

Tints of Mint Tulip #BFEBDA

Color information

#BFEBDA (or 0xBFEBDA) is unknown color: approx Mint Tulip. HEX triplet: BF, EB and DA. RGB value is (191,235,218). Sum of RGB (Red+Green+Blue) = 191+235+218=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDA is #401425. Grayscale: #DBDBDB. Windows color (decimal): -4199462 or 14347199. OLE color: 14347199.

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

Color convert

RGB191235218-
CMYK0.1900.070.08
HSL156.82º52.38%83.53%-
HSV(B)156.82º18.72%92.16%-
XYZ63.8575.5577.55-
YUV219.91126.92107.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=29.66%
G=36.49%
B=33.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912352180.1900.070.08156.8252.3883.53
HexBFEBDA130789d3454
Octal27735333223071023564124
Binary1011111111101011110110101001101111000100111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBDA; }

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

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

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

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

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

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

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

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