#BDF2EC

Color #BDF2EC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BDF2EC

Tints of Pale Turquoise #BDF2EC

Color information

#BDF2EC (or 0xBDF2EC) is unknown color: approx Pale Turquoise. HEX triplet: BD, F2 and EC. RGB value is (189,242,236). Sum of RGB (Red+Green+Blue) = 189+242+236=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2EC is #420D13. Grayscale: #E1E1E1. Windows color (decimal): -4328724 or 15528637. OLE color: 15528637.

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

Color convert

RGB189242236-
CMYK0.2200.020.05
HSL173.21º67.09%84.51%-
HSV(B)173.21º21.9%94.9%-
XYZ67.8880.3891.29-
YUV225.47133.94101.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=28.34%
G=36.28%
B=35.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422360.2200.020.05173.2167.0984.51
HexBDF2EC16025ad4355
Octal27536235426025255103125
Binary101111011111001011101100101100101011010110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2EC; }

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

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

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

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

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

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

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

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