Html Css Color HEX #BFEEDF Mint Tulip

📋 copy color: '#BFEEDF'

red 191 ◦ green 238 ◦ blue 223

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

Shades of Mint Tulip #BFEEDF

Tints of Mint Tulip #BFEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.5%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 29.29%
G = 36.5%
B = 34.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BFEEDF (or 0xBFEEDF) is known color: Mint Tulip. HEX triplet: BF, EE and DF. RGB value is (191,238,223). Sum of RGB (Red+Green+Blue) = 191+238+223=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDF is #401120. Grayscale: #DEDEDE. Windows color (decimal): -4198689 or 14675647. OLE color: 14675647.

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

Color convert

RGB 191 238 223 -
CMYK 0.20 0 0.06 0.07
HSL 160.85º 0.58% 0.84% -
HSV(B) 160.85º 0.2% 0.93% -
XYZ 65.38 77.55 81.34 -
YUV 222.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 191 238 223 0.20 0 0.06 0.07 160.85 0.58 0.84
Hex BF EE DF 14 0 6 7 A1 3A 54
Octal 277 356 337 24 0 6 7 241 72 124
Binary 10111111 11101110 11011111 10100 0 110 111 10100001 111010 1010100

Color Harmonies of #BFEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEDF

Black with #BFEEDF

Text Example


Text Example

White with #BFEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEDF; }

 p { color: rgb(191,238,223); }

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

background-color css

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

 a { background-color: rgb(191,238,223); }

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

border-color css

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

 span { border-color: rgb(191,238,223); }

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