Html Css Color HEX #BDF6DE Mint Tulip

📋 copy color: '#BDF6DE'

red 189 ◦ green 246 ◦ blue 222

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

Shades of Mint Tulip #BDF6DE

Tints of Mint Tulip #BDF6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.44%

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

R = 28.77%
G = 37.44%
B = 33.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BDF6DE (or 0xBDF6DE) is known color: Mint Tulip. HEX triplet: BD, F6 and DE. RGB value is (189,246,222). Sum of RGB (Red+Green+Blue) = 189+246+222=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DE is #420921. Grayscale: #E2E2E2. Windows color (decimal): -4327714 or 14612157. OLE color: 14612157.

HSL color Cylindrical-coordinate representation of color #BDF6DE: hue angle of 154.74º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 222 -
CMYK 0.23 0 0.10 0.04
HSL 154.74º 0.76% 0.85% -
HSV(B) 154.74º 0.23% 0.96% -
XYZ 67.13 82 81.4 -
YUV 226.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 189 246 222 0.23 0 0.10 0.04 154.74 0.76 0.85
Hex BD F6 DE 17 0 A 4 9B 4C 55
Octal 275 366 336 27 0 12 4 233 114 125
Binary 10111101 11110110 11011110 10111 0 1010 100 10011011 1001100 1010101

Color Harmonies of #BDF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6DE

Black with #BDF6DE

Text Example


Text Example

White with #BDF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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