Html Css Color HEX #BDFEE1 Mint Tulip

📋 copy color: '#BDFEE1'

red 189 ◦ green 254 ◦ blue 225

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

Shades of Mint Tulip #BDFEE1

Tints of Mint Tulip #BDFEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.68%

R = 28.29%
G = 38.02%
B = 33.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#BDFEE1 (or 0xBDFEE1) is known color: Mint Tulip. HEX triplet: BD, FE and E1. RGB value is (189,254,225). Sum of RGB (Red+Green+Blue) = 189+254+225=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE1 is #42011E. Grayscale: #E7E7E7. Windows color (decimal): -4325663 or 14810813. OLE color: 14810813.

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

Color convert

RGB 189 254 225 -
CMYK 0.26 0 0.11 0.00
HSL 153.23º 0.97% 0.87% -
HSV(B) 153.23º 0.26% 1% -
XYZ 70.02 87.14 84.36 -
YUV 231.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 189 254 225 0.26 0 0.11 0.00 153.23 0.97 0.87
Hex BD FE E1 1A 0 B 0 99 61 57
Octal 275 376 341 32 0 13 0 231 141 127
Binary 10111101 11111110 11100001 11010 0 1011 0 10011001 1100001 1010111

Color Harmonies of #BDFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEE1

Black with #BDFEE1

Text Example


Text Example

White with #BDFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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