Html Css Color HEX #BFECDD Mint Tulip

📋 copy color: '#BFECDD'

red 191 ◦ green 236 ◦ blue 221

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

Shades of Mint Tulip #BFECDD

Tints of Mint Tulip #BFECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.42%

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

R = 29.48%
G = 36.42%
B = 34.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BFECDD (or 0xBFECDD) is known color: Mint Tulip. HEX triplet: BF, EC and DD. RGB value is (191,236,221). Sum of RGB (Red+Green+Blue) = 191+236+221=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECDD is #401322. Grayscale: #DCDCDC. Windows color (decimal): -4199203 or 14544063. OLE color: 14544063.

HSL color Cylindrical-coordinate representation of color #BFECDD: hue angle of 160º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECDD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 221 -
CMYK 0.19 0 0.06 0.07
HSL 160º 0.54% 0.84% -
HSV(B) 160º 0.19% 0.93% -
XYZ 64.53 76.29 79.73 -
YUV 220.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 191 236 221 0.19 0 0.06 0.07 160 0.54 0.84
Hex BF EC DD 13 0 6 7 A0 36 54
Octal 277 354 335 23 0 6 7 240 66 124
Binary 10111111 11101100 11011101 10011 0 110 111 10100000 110110 1010100

Color Harmonies of #BFECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECDD

Black with #BFECDD

Text Example


Text Example

White with #BFECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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