Html Css Color HEX #BFF2DC Mint Tulip

📋 copy color: '#BFF2DC'

red 191 ◦ green 242 ◦ blue 220

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

Shades of Mint Tulip #BFF2DC

Tints of Mint Tulip #BFF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.06%

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

R = 29.25%
G = 37.06%
B = 33.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BFF2DC (or 0xBFF2DC) is known color: Mint Tulip. HEX triplet: BF, F2 and DC. RGB value is (191,242,220). Sum of RGB (Red+Green+Blue) = 191+242+220=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2DC is #400D23. Grayscale: #E0E0E0. Windows color (decimal): -4197668 or 14480063. OLE color: 14480063.

HSL color Cylindrical-coordinate representation of color #BFF2DC: hue angle of 154.12º degrees, saturation: 0.66, 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 #BFF2DC is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 220 -
CMYK 0.21 0 0.09 0.05
HSL 154.12º 0.66% 0.85% -
HSV(B) 154.12º 0.21% 0.95% -
XYZ 66.16 79.75 79.62 -
YUV 224.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 191 242 220 0.21 0 0.09 0.05 154.12 0.66 0.85
Hex BF F2 DC 15 0 9 5 9A 42 55
Octal 277 362 334 25 0 11 5 232 102 125
Binary 10111111 11110010 11011100 10101 0 1001 101 10011010 1000010 1010101

Color Harmonies of #BFF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2DC

Black with #BFF2DC

Text Example


Text Example

White with #BFF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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