#BDECDA

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

Shades of Mint Tulip #BDECDA

Tints of Mint Tulip #BDECDA

Color information

#BDECDA (or 0xBDECDA) is unknown color: approx Mint Tulip. HEX triplet: BD, EC and DA. RGB value is (189,236,218). Sum of RGB (Red+Green+Blue) = 189+236+218=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDA is #421325. Grayscale: #DBDBDB. Windows color (decimal): -4330278 or 14347453. OLE color: 14347453.

HSL color Cylindrical-coordinate representation of color #BDECDA: hue angle of 157.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECDA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB189236218-
CMYK0.2000.080.07
HSL157.02º55.29%83.33%-
HSV(B)157.02º19.92%92.55%-
XYZ63.6475.8777.62-
YUV219.9126.93105.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=29.39%
G=36.70%
B=33.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362180.2000.080.07157.0255.2983.33
HexBDECDA140879d3753
Octal27535433224010723567123
Binary1011110111101100110110101010001000111100111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECDA; }

 p { color: rgb(189,236,218); }

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

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

 a { background-color: rgb(189,236,218); }

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

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

 span { border-color: rgb(189,236,218); }

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