Html Css Color HEX #BFEFDD Mint Tulip

📋 copy color: '#BFEFDD'

red 191 ◦ green 239 ◦ blue 221

#BFEFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #BFEFDD

Tints of Mint Tulip #BFEFDD

RGB

 RED value IS 191 (75% from 255) = 29.34%

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 29.34%
G = 36.71%
B = 33.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BFEFDD (or 0xBFEFDD) is known color: Mint Tulip. HEX triplet: BF, EF and DD. RGB value is (191,239,221). Sum of RGB (Red+Green+Blue) = 191+239+221=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFDD is #401022. Grayscale: #DEDEDE. Windows color (decimal): -4198435 or 14544831. OLE color: 14544831.

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

Color convert

RGB 191 239 221 -
CMYK 0.20 0 0.08 0.06
HSL 157.5º 0.6% 0.84% -
HSV(B) 157.5º 0.2% 0.94% -
XYZ 65.4 78.03 80.02 -
YUV 222.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 191 239 221 0.20 0 0.08 0.06 157.5 0.6 0.84
Hex BF EF DD 14 0 8 6 9E 3C 54
Octal 277 357 335 24 0 10 6 236 74 124
Binary 10111111 11101111 11011101 10100 0 1000 110 10011110 111100 1010100

Color Harmonies of #BFEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFDD

Black with #BFEFDD

Text Example


Text Example

White with #BFEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFDD; }

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

 H1.HeaderClassName
 {
   color: #BFEFDD;
 }
 .AnyTagClassName
 {
   color: #BFEFDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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