Html Css Color HEX #BDF9E0 Mint Tulip

📋 copy color: '#BDF9E0'

red 189 ◦ green 249 ◦ blue 224

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

Shades of Mint Tulip #BDF9E0

Tints of Mint Tulip #BDF9E0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.61%

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

R = 28.55%
G = 37.61%
B = 33.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BDF9E0 (or 0xBDF9E0) is known color: Mint Tulip. HEX triplet: BD, F9 and E0. RGB value is (189,249,224). Sum of RGB (Red+Green+Blue) = 189+249+224=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9E0 is #42061F. Grayscale: #E4E4E4. Windows color (decimal): -4326944 or 14743997. OLE color: 14743997.

HSL color Cylindrical-coordinate representation of color #BDF9E0: hue angle of 155º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9E0 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 224 -
CMYK 0.24 0 0.10 0.02
HSL 155º 0.83% 0.86% -
HSV(B) 155º 0.24% 0.98% -
XYZ 68.32 83.95 83.12 -
YUV 228.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 189 249 224 0.24 0 0.10 0.02 155 0.83 0.86
Hex BD F9 E0 18 0 A 2 9B 53 56
Octal 275 371 340 30 0 12 2 233 123 126
Binary 10111101 11111001 11100000 11000 0 1010 10 10011011 1010011 1010110

Color Harmonies of #BDF9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9E0

Black with #BDF9E0

Text Example


Text Example

White with #BDF9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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