Html Css Color HEX #BFEBDA Mint Tulip

📋 copy color: '#BFEBDA'

red 191 ◦ green 235 ◦ blue 218

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

Shades of Mint Tulip #BFEBDA

Tints of Mint Tulip #BFEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.49%

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 29.66%
G = 36.49%
B = 33.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BFEBDA (or 0xBFEBDA) is known color: Mint Tulip. HEX triplet: BF, EB and DA. RGB value is (191,235,218). Sum of RGB (Red+Green+Blue) = 191+235+218=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDA is #401425. Grayscale: #DBDBDB. Windows color (decimal): -4199462 or 14347199. OLE color: 14347199.

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

Color convert

RGB 191 235 218 -
CMYK 0.19 0 0.07 0.08
HSL 156.82º 0.52% 0.84% -
HSV(B) 156.82º 0.19% 0.92% -
XYZ 63.85 75.55 77.55 -
YUV 219.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 191 235 218 0.19 0 0.07 0.08 156.82 0.52 0.84
Hex BF EB DA 13 0 7 8 9D 34 54
Octal 277 353 332 23 0 7 10 235 64 124
Binary 10111111 11101011 11011010 10011 0 111 1000 10011101 110100 1010100

Color Harmonies of #BFEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBDA

Black with #BFEBDA

Text Example


Text Example

White with #BFEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBDA; }

 p { color: rgb(191,235,218); }

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

background-color css

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

 a { background-color: rgb(191,235,218); }

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

border-color css

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

 span { border-color: rgb(191,235,218); }

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