Html Css Color HEX #BDF2DE Mint Tulip

📋 copy color: '#BDF2DE'

red 189 ◦ green 242 ◦ blue 222

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

Shades of Mint Tulip #BDF2DE

Tints of Mint Tulip #BDF2DE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.06%

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

R = 28.94%
G = 37.06%
B = 34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#BDF2DE (or 0xBDF2DE) is known color: Mint Tulip. HEX triplet: BD, F2 and DE. RGB value is (189,242,222). Sum of RGB (Red+Green+Blue) = 189+242+222=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DE is #420D21. Grayscale: #DFDFDF. Windows color (decimal): -4328738 or 14611133. OLE color: 14611133.

HSL color Cylindrical-coordinate representation of color #BDF2DE: hue angle of 157.36º degrees, saturation: 0.67, 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 #BDF2DE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 222 -
CMYK 0.22 0 0.08 0.05
HSL 157.36º 0.67% 0.85% -
HSV(B) 157.36º 0.22% 0.95% -
XYZ 65.92 79.6 81 -
YUV 223.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 189 242 222 0.22 0 0.08 0.05 157.36 0.67 0.85
Hex BD F2 DE 16 0 8 5 9D 43 55
Octal 275 362 336 26 0 10 5 235 103 125
Binary 10111101 11110010 11011110 10110 0 1000 101 10011101 1000011 1010101

Color Harmonies of #BDF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2DE

Black with #BDF2DE

Text Example


Text Example

White with #BDF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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