Html Css Color HEX #BFEDDC Mint Tulip

📋 copy color: '#BFEDDC'

red 191 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #BFEDDC

Tints of Mint Tulip #BFEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

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

R = 29.48%
G = 36.57%
B = 33.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BFEDDC (or 0xBFEDDC) is known color: Mint Tulip. HEX triplet: BF, ED and DC. RGB value is (191,237,220). Sum of RGB (Red+Green+Blue) = 191+237+220=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDC is #401223. Grayscale: #DDDDDD. Windows color (decimal): -4198948 or 14478783. OLE color: 14478783.

HSL color Cylindrical-coordinate representation of color #BFEDDC: hue angle of 157.83º degrees, saturation: 0.56, 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 #BFEDDC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 220 -
CMYK 0.19 0 0.07 0.07
HSL 157.83º 0.56% 0.84% -
HSV(B) 157.83º 0.19% 0.93% -
XYZ 64.69 76.81 79.13 -
YUV 221.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 191 237 220 0.19 0 0.07 0.07 157.83 0.56 0.84
Hex BF ED DC 13 0 7 7 9E 38 54
Octal 277 355 334 23 0 7 7 236 70 124
Binary 10111111 11101101 11011100 10011 0 111 111 10011110 111000 1010100

Color Harmonies of #BFEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDDC

Black with #BFEDDC

Text Example


Text Example

White with #BFEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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