Html Css Color HEX #BDFFDF Mint Tulip

📋 copy color: '#BDFFDF'

red 189 ◦ green 255 ◦ blue 223

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

Shades of Mint Tulip #BDFFDF

Tints of Mint Tulip #BDFFDF

RGB

 RED value IS 189 (74.22% from 255) = 28.34%

 GREEN value IS 255 (100% from 255) = 38.23%

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

R = 28.34%
G = 38.23%
B = 33.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BDFFDF (or 0xBDFFDF) is known color: Mint Tulip. HEX triplet: BD, FF and DF. RGB value is (189,255,223). Sum of RGB (Red+Green+Blue) = 189+255+223=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDF is #420020. Grayscale: #E7E7E7. Windows color (decimal): -4325409 or 14679997. OLE color: 14679997.

HSL color Cylindrical-coordinate representation of color #BDFFDF: hue angle of 150.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFDF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 223 -
CMYK 0.26 0 0.13 0
HSL 150.91º 1% 0.87% -
HSV(B) 150.91º 0.26% 1% -
XYZ 70.07 87.67 83.04 -
YUV 231.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 189 255 223 0.26 0 0.13 0 150.91 1 0.87
Hex BD FF DF 1A 0 D 0 97 64 57
Octal 275 377 337 32 0 15 0 227 144 127
Binary 10111101 11111111 11011111 11010 0 1101 0 10010111 1100100 1010111

Color Harmonies of #BDFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFDF

Black with #BDFFDF

Text Example


Text Example

White with #BDFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFDF; }

 p { color: rgb(189,255,223); }

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

background-color css

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

 a { background-color: rgb(189,255,223); }

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

border-color css

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

 span { border-color: rgb(189,255,223); }

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