Html Css Color HEX #BDFFE0 Mint Tulip

📋 copy color: '#BDFFE0'

red 189 ◦ green 255 ◦ blue 224

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

Shades of Mint Tulip #BDFFE0

Tints of Mint Tulip #BDFFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 28.29%
G = 38.17%
B = 33.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#BDFFE0 (or 0xBDFFE0) is known color: Mint Tulip. HEX triplet: BD, FF and E0. RGB value is (189,255,224). Sum of RGB (Red+Green+Blue) = 189+255+224=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE0 is #42001F. Grayscale: #E7E7E7. Windows color (decimal): -4325408 or 14745533. OLE color: 14745533.

HSL color Cylindrical-coordinate representation of color #BDFFE0: hue angle of 151.82º 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 #BDFFE0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 224 -
CMYK 0.26 0 0.12 0
HSL 151.82º 1% 0.87% -
HSV(B) 151.82º 0.26% 1% -
XYZ 70.2 87.72 83.75 -
YUV 231.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 189 255 224 0.26 0 0.12 0 151.82 1 0.87
Hex BD FF E0 1A 0 C 0 98 64 57
Octal 275 377 340 32 0 14 0 230 144 127
Binary 10111101 11111111 11100000 11010 0 1100 0 10011000 1100100 1010111

Color Harmonies of #BDFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFE0

Black with #BDFFE0

Text Example


Text Example

White with #BDFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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