Html Css Color HEX #BFEFDC Mint Tulip

📋 copy color: '#BFEFDC'

red 191 ◦ green 239 ◦ blue 220

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

Shades of Mint Tulip #BFEFDC

Tints of Mint Tulip #BFEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 29.38%
G = 36.77%
B = 33.85%

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

#BFEFDC (or 0xBFEFDC) is known color: Mint Tulip. HEX triplet: BF, EF and DC. RGB value is (191,239,220). Sum of RGB (Red+Green+Blue) = 191+239+220=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFDC is #401023. Grayscale: #DEDEDE. Windows color (decimal): -4198436 or 14479295. OLE color: 14479295.

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

Color convert

RGB 191 239 220 -
CMYK 0.20 0 0.08 0.06
HSL 156.25º 0.6% 0.84% -
HSV(B) 156.25º 0.2% 0.94% -
XYZ 65.27 77.98 79.32 -
YUV 222.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 191 239 220 0.20 0 0.08 0.06 156.25 0.6 0.84
Hex BF EF DC 14 0 8 6 9C 3C 54
Octal 277 357 334 24 0 10 6 234 74 124
Binary 10111111 11101111 11011100 10100 0 1000 110 10011100 111100 1010100

Color Harmonies of #BFEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFDC

Black with #BFEFDC

Text Example


Text Example

White with #BFEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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