Html Css Color HEX #BDF3DD Mint Tulip

📋 copy color: '#BDF3DD'

red 189 ◦ green 243 ◦ blue 221

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

Shades of Mint Tulip #BDF3DD

Tints of Mint Tulip #BDF3DD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.21%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 28.94%
G = 37.21%
B = 33.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BDF3DD (or 0xBDF3DD) is known color: Mint Tulip. HEX triplet: BD, F3 and DD. RGB value is (189,243,221). Sum of RGB (Red+Green+Blue) = 189+243+221=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DD is #420C22. Grayscale: #E0E0E0. Windows color (decimal): -4328483 or 14545853. OLE color: 14545853.

HSL color Cylindrical-coordinate representation of color #BDF3DD: hue angle of 155.56º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3DD is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 221 -
CMYK 0.22 0 0.09 0.05
HSL 155.56º 0.69% 0.85% -
HSV(B) 155.56º 0.22% 0.95% -
XYZ 66.09 80.14 80.39 -
YUV 224.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 189 243 221 0.22 0 0.09 0.05 155.56 0.69 0.85
Hex BD F3 DD 16 0 9 5 9C 45 55
Octal 275 363 335 26 0 11 5 234 105 125
Binary 10111101 11110011 11011101 10110 0 1001 101 10011100 1000101 1010101

Color Harmonies of #BDF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3DD

Black with #BDF3DD

Text Example


Text Example

White with #BDF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3DD; }

 p { color: rgb(189,243,221); }

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

background-color css

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

 a { background-color: rgb(189,243,221); }

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

border-color css

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

 span { border-color: rgb(189,243,221); }

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