Html Css Color HEX #BDFEE0 Mint Tulip

📋 copy color: '#BDFEE0'

red 189 ◦ green 254 ◦ blue 224

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

Shades of Mint Tulip #BDFEE0

Tints of Mint Tulip #BDFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.08%

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

R = 28.34%
G = 38.08%
B = 33.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#BDFEE0 (or 0xBDFEE0) is known color: Mint Tulip. HEX triplet: BD, FE and E0. RGB value is (189,254,224). Sum of RGB (Red+Green+Blue) = 189+254+224=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE0 is #42011F. Grayscale: #E7E7E7. Windows color (decimal): -4325664 or 14745277. OLE color: 14745277.

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

Color convert

RGB 189 254 224 -
CMYK 0.26 0 0.12 0.00
HSL 152.31º 0.97% 0.87% -
HSV(B) 152.31º 0.26% 1% -
XYZ 69.88 87.08 83.65 -
YUV 231.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 189 254 224 0.26 0 0.12 0.00 152.31 0.97 0.87
Hex BD FE E0 1A 0 C 0 98 61 57
Octal 275 376 340 32 0 14 0 230 141 127
Binary 10111101 11111110 11100000 11010 0 1100 0 10011000 1100001 1010111

Color Harmonies of #BDFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEE0

Black with #BDFEE0

Text Example


Text Example

White with #BDFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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