Html Css Color HEX #BFEDDB Mint Tulip

📋 copy color: '#BFEDDB'

red 191 ◦ green 237 ◦ blue 219

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

Shades of Mint Tulip #BFEDDB

Tints of Mint Tulip #BFEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 29.52%
G = 36.63%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BFEDDB (or 0xBFEDDB) is known color: Mint Tulip. HEX triplet: BF, ED and DB. RGB value is (191,237,219). Sum of RGB (Red+Green+Blue) = 191+237+219=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDB is #401224. Grayscale: #DDDDDD. Windows color (decimal): -4198949 or 14413247. OLE color: 14413247.

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

Color convert

RGB 191 237 219 -
CMYK 0.19 0 0.08 0.07
HSL 156.52º 0.56% 0.84% -
HSV(B) 156.52º 0.19% 0.93% -
XYZ 64.56 76.76 78.43 -
YUV 221.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 191 237 219 0.19 0 0.08 0.07 156.52 0.56 0.84
Hex BF ED DB 13 0 8 7 9D 38 54
Octal 277 355 333 23 0 10 7 235 70 124
Binary 10111111 11101101 11011011 10011 0 1000 111 10011101 111000 1010100

Color Harmonies of #BFEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDDB

Black with #BFEDDB

Text Example


Text Example

White with #BFEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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