#BFF3DC

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

Shades of Mint Tulip #BFF3DC

Tints of Mint Tulip #BFF3DC

Color information

#BFF3DC (or 0xBFF3DC) is unknown color: approx Mint Tulip. HEX triplet: BF, F3 and DC. RGB value is (191,243,220). Sum of RGB (Red+Green+Blue) = 191+243+220=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DC is #400C23. Grayscale: #E0E0E0. Windows color (decimal): -4197412 or 14480319. OLE color: 14480319.

HSL color Cylindrical-coordinate representation of color #BFF3DC: hue angle of 153.46º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB191243220-
CMYK0.2100.090.05
HSL153.46º68.42%85.1%-
HSV(B)153.46º21.4%95.29%-
XYZ66.4580.3479.72-
YUV224.83125.27103.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=29.20%
G=37.16%
B=33.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432200.2100.090.05153.4668.4285.1
HexBFF3DC15095994455
Octal277363334250115231104125
Binary10111111111100111101110010101010011011001100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3DC; }

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

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

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

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

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

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

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

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