#BDEFDC

Color #BDEFDC Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BDEFDC

Tints of Mint Tulip #BDEFDC

Color information

#BDEFDC (or 0xBDEFDC) is unknown color: approx Mint Tulip. HEX triplet: BD, EF and DC. RGB value is (189,239,220). Sum of RGB (Red+Green+Blue) = 189+239+220=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFDC is #421023. Grayscale: #DDDDDD. Windows color (decimal): -4329508 or 14479293. OLE color: 14479293.

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

Color convert

RGB189239220-
CMYK0.2100.080.06
HSL157.2º60.98%83.92%-
HSV(B)157.2º20.92%93.73%-
XYZ64.7777.7279.3-
YUV221.88126.94104.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=29.17%
G=36.88%
B=33.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392200.2100.080.06157.260.9883.92
HexBDEFDC150869d3d54
Octal27535733425010623575124
Binary1011110111101111110111001010101000110100111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFDC; }

 p { color: rgb(189,239,220); }

 H1.HeaderClassName
 {
   color: #BDEFDC;
 }
 .AnyTagClassName
 {
   color: #BDEFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(189,239,220); }

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

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

 span { border-color: rgb(189,239,220); }

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