Html Css Color HEX #BFEFDB Mint Tulip

📋 copy color: '#BFEFDB'

red 191 ◦ green 239 ◦ blue 219

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

Shades of Mint Tulip #BFEFDB

Tints of Mint Tulip #BFEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 29.43%
G = 36.83%
B = 33.74%

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

#BFEFDB (or 0xBFEFDB) is known color: Mint Tulip. HEX triplet: BF, EF and DB. RGB value is (191,239,219). Sum of RGB (Red+Green+Blue) = 191+239+219=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFDB is #401024. Grayscale: #DEDEDE. Windows color (decimal): -4198437 or 14413759. OLE color: 14413759.

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

Color convert

RGB 191 239 219 -
CMYK 0.20 0 0.08 0.06
HSL 155º 0.6% 0.84% -
HSV(B) 155º 0.2% 0.94% -
XYZ 65.14 77.92 78.63 -
YUV 222.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 191 239 219 0.20 0 0.08 0.06 155 0.6 0.84
Hex BF EF DB 14 0 8 6 9B 3C 54
Octal 277 357 333 24 0 10 6 233 74 124
Binary 10111111 11101111 11011011 10100 0 1000 110 10011011 111100 1010100

Color Harmonies of #BFEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFDB

Black with #BFEFDB

Text Example


Text Example

White with #BFEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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