Html Css Color HEX #BFEDDF Mint Tulip

📋 copy color: '#BFEDDF'

red 191 ◦ green 237 ◦ blue 223

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

Shades of Mint Tulip #BFEDDF

Tints of Mint Tulip #BFEDDF

RGB

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

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

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

R = 29.34%
G = 36.41%
B = 34.25%

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

#BFEDDF (or 0xBFEDDF) is known color: Mint Tulip. HEX triplet: BF, ED and DF. RGB value is (191,237,223). Sum of RGB (Red+Green+Blue) = 191+237+223=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDDF is #401220. Grayscale: #DDDDDD. Windows color (decimal): -4198945 or 14675391. OLE color: 14675391.

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

Color convert

RGB 191 237 223 -
CMYK 0.19 0 0.06 0.07
HSL 161.74º 0.56% 0.84% -
HSV(B) 161.74º 0.19% 0.93% -
XYZ 65.09 76.97 81.24 -
YUV 221.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 191 237 223 0.19 0 0.06 0.07 161.74 0.56 0.84
Hex BF ED DF 13 0 6 7 A2 38 54
Octal 277 355 337 23 0 6 7 242 70 124
Binary 10111111 11101101 11011111 10011 0 110 111 10100010 111000 1010100

Color Harmonies of #BFEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDDF

Black with #BFEDDF

Text Example


Text Example

White with #BFEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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