Html Css Color HEX #BDFEE2 Mint Tulip

📋 copy color: '#BDFEE2'

red 189 ◦ green 254 ◦ blue 226

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

Shades of Mint Tulip #BDFEE2

Tints of Mint Tulip #BDFEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.78%

R = 28.25%
G = 37.97%
B = 33.78%

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

#BDFEE2 (or 0xBDFEE2) is known color: Mint Tulip. HEX triplet: BD, FE and E2. RGB value is (189,254,226). Sum of RGB (Red+Green+Blue) = 189+254+226=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE2 is #42011D. Grayscale: #E7E7E7. Windows color (decimal): -4325662 or 14876349. OLE color: 14876349.

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

Color convert

RGB 189 254 226 -
CMYK 0.26 0 0.11 0.00
HSL 154.15º 0.97% 0.87% -
HSV(B) 154.15º 0.26% 1% -
XYZ 70.16 87.19 85.08 -
YUV 231.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 189 254 226 0.26 0 0.11 0.00 154.15 0.97 0.87
Hex BD FE E2 1A 0 B 0 9A 61 57
Octal 275 376 342 32 0 13 0 232 141 127
Binary 10111101 11111110 11100010 11010 0 1011 0 10011010 1100001 1010111

Color Harmonies of #BDFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEE2

Black with #BDFEE2

Text Example


Text Example

White with #BDFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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