Html Css Color HEX #BDF0DE Mint Tulip

📋 copy color: '#BDF0DE'

red 189 ◦ green 240 ◦ blue 222

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

Shades of Mint Tulip #BDF0DE

Tints of Mint Tulip #BDF0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 29.03%
G = 36.87%
B = 34.1%

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

#BDF0DE (or 0xBDF0DE) is known color: Mint Tulip. HEX triplet: BD, F0 and DE. RGB value is (189,240,222). Sum of RGB (Red+Green+Blue) = 189+240+222=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DE is #420F21. Grayscale: #DEDEDE. Windows color (decimal): -4329250 or 14610621. OLE color: 14610621.

HSL color Cylindrical-coordinate representation of color #BDF0DE: hue angle of 158.82º 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 #BDF0DE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 222 -
CMYK 0.21 0 0.08 0.06
HSL 158.82º 0.63% 0.84% -
HSV(B) 158.82º 0.21% 0.94% -
XYZ 65.33 78.41 80.8 -
YUV 222.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 189 240 222 0.21 0 0.08 0.06 158.82 0.63 0.84
Hex BD F0 DE 15 0 8 6 9F 3F 54
Octal 275 360 336 25 0 10 6 237 77 124
Binary 10111101 11110000 11011110 10101 0 1000 110 10011111 111111 1010100

Color Harmonies of #BDF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0DE

Black with #BDF0DE

Text Example


Text Example

White with #BDF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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