Html Css Color HEX #BDF3DF Mint Tulip

📋 copy color: '#BDF3DF'

red 189 ◦ green 243 ◦ blue 223

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

Shades of Mint Tulip #BDF3DF

Tints of Mint Tulip #BDF3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 28.85%
G = 37.1%
B = 34.05%

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

#BDF3DF (or 0xBDF3DF) is known color: Mint Tulip. HEX triplet: BD, F3 and DF. RGB value is (189,243,223). Sum of RGB (Red+Green+Blue) = 189+243+223=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DF is #420C20. Grayscale: #E0E0E0. Windows color (decimal): -4328481 or 14676925. OLE color: 14676925.

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

Color convert

RGB 189 243 223 -
CMYK 0.22 0 0.08 0.05
HSL 157.78º 0.69% 0.85% -
HSV(B) 157.78º 0.22% 0.95% -
XYZ 66.36 80.25 81.8 -
YUV 224.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 189 243 223 0.22 0 0.08 0.05 157.78 0.69 0.85
Hex BD F3 DF 16 0 8 5 9E 45 55
Octal 275 363 337 26 0 10 5 236 105 125
Binary 10111101 11110011 11011111 10110 0 1000 101 10011110 1000101 1010101

Color Harmonies of #BDF3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3DF

Black with #BDF3DF

Text Example


Text Example

White with #BDF3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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