#BFEDDC

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

Shades of Mint Tulip #BFEDDC

Tints of Mint Tulip #BFEDDC

Color information

#BFEDDC (or 0xBFEDDC) is unknown color: approx Mint Tulip. HEX triplet: BF, ED and DC. RGB value is (191,237,220). Sum of RGB (Red+Green+Blue) = 191+237+220=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDC is #401223. Grayscale: #DDDDDD. Windows color (decimal): -4198948 or 14478783. OLE color: 14478783.

HSL color Cylindrical-coordinate representation of color #BFEDDC: hue angle of 157.83º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDDC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB191237220-
CMYK0.1900.070.07
HSL157.83º56.1%83.92%-
HSV(B)157.83º19.41%92.94%-
XYZ64.6976.8179.13-
YUV221.31127.26106.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=29.48%
G=36.57%
B=33.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372200.1900.070.07157.8356.183.92
HexBFEDDC130779e3854
Octal2773553342307723670124
Binary101111111110110111011100100110111111100111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDDC; }

 p { color: rgb(191,237,220); }

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

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

 a { background-color: rgb(191,237,220); }

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

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

 span { border-color: rgb(191,237,220); }

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