Html Css Color HEX #BFF2DD Mint Tulip

📋 copy color: '#BFF2DD'

red 191 ◦ green 242 ◦ blue 221

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

Shades of Mint Tulip #BFF2DD

Tints of Mint Tulip #BFF2DD

RGB

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

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

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

R = 29.2%
G = 37%
B = 33.79%

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

#BFF2DD (or 0xBFF2DD) is known color: Mint Tulip. HEX triplet: BF, F2 and DD. RGB value is (191,242,221). Sum of RGB (Red+Green+Blue) = 191+242+221=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2DD is #400D22. Grayscale: #E0E0E0. Windows color (decimal): -4197667 or 14545599. OLE color: 14545599.

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

Color convert

RGB 191 242 221 -
CMYK 0.21 0 0.09 0.05
HSL 155.29º 0.66% 0.85% -
HSV(B) 155.29º 0.21% 0.95% -
XYZ 66.29 79.8 80.32 -
YUV 224.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 191 242 221 0.21 0 0.09 0.05 155.29 0.66 0.85
Hex BF F2 DD 15 0 9 5 9B 42 55
Octal 277 362 335 25 0 11 5 233 102 125
Binary 10111111 11110010 11011101 10101 0 1001 101 10011011 1000010 1010101

Color Harmonies of #BFF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2DD

Black with #BFF2DD

Text Example


Text Example

White with #BFF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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