Html Css Color HEX #BDF0DD Mint Tulip

📋 copy color: '#BDF0DD'

red 189 ◦ green 240 ◦ blue 221

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

Shades of Mint Tulip #BDF0DD

Tints of Mint Tulip #BDF0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

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

R = 29.08%
G = 36.92%
B = 34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BDF0DD (or 0xBDF0DD) is known color: Mint Tulip. HEX triplet: BD, F0 and DD. RGB value is (189,240,221). Sum of RGB (Red+Green+Blue) = 189+240+221=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DD is #420F22. Grayscale: #DEDEDE. Windows color (decimal): -4329251 or 14545085. OLE color: 14545085.

HSL color Cylindrical-coordinate representation of color #BDF0DD: hue angle of 157.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0DD is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 221 -
CMYK 0.21 0 0.08 0.06
HSL 157.65º 0.63% 0.84% -
HSV(B) 157.65º 0.21% 0.94% -
XYZ 65.2 78.36 80.1 -
YUV 222.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 189 240 221 0.21 0 0.08 0.06 157.65 0.63 0.84
Hex BD F0 DD 15 0 8 6 9E 3F 54
Octal 275 360 335 25 0 10 6 236 77 124
Binary 10111101 11110000 11011101 10101 0 1000 110 10011110 111111 1010100

Color Harmonies of #BDF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0DD

Black with #BDF0DD

Text Example


Text Example

White with #BDF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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