Html Css Color HEX #BDFEE3 Mint Tulip

📋 copy color: '#BDFEE3'

red 189 ◦ green 254 ◦ blue 227

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

Shades of Mint Tulip #BDFEE3

Tints of Mint Tulip #BDFEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.88%

R = 28.21%
G = 37.91%
B = 33.88%

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

#BDFEE3 (or 0xBDFEE3) is known color: Mint Tulip. HEX triplet: BD, FE and E3. RGB value is (189,254,227). Sum of RGB (Red+Green+Blue) = 189+254+227=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE3 is #42011C. Grayscale: #E7E7E7. Windows color (decimal): -4325661 or 14941885. OLE color: 14941885.

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

Color convert

RGB 189 254 227 -
CMYK 0.26 0 0.11 0.00
HSL 155.08º 0.97% 0.87% -
HSV(B) 155.08º 0.26% 1% -
XYZ 70.29 87.25 85.81 -
YUV 231.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 189 254 227 0.26 0 0.11 0.00 155.08 0.97 0.87
Hex BD FE E3 1A 0 B 0 9B 61 57
Octal 275 376 343 32 0 13 0 233 141 127
Binary 10111101 11111110 11100011 11010 0 1011 0 10011011 1100001 1010111

Color Harmonies of #BDFEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEE3

Black with #BDFEE3

Text Example


Text Example

White with #BDFEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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