#BDF3EC

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

Shades of Pale Turquoise #BDF3EC

Tints of Pale Turquoise #BDF3EC

Color information

#BDF3EC (or 0xBDF3EC) is unknown color: approx Pale Turquoise. HEX triplet: BD, F3 and EC. RGB value is (189,243,236). Sum of RGB (Red+Green+Blue) = 189+243+236=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EC is #420C13. Grayscale: #E2E2E2. Windows color (decimal): -4328468 or 15528893. OLE color: 15528893.

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

Color convert

RGB189243236-
CMYK0.2200.030.05
HSL172.22º69.23%84.71%-
HSV(B)172.22º22.22%95.29%-
XYZ68.1880.9891.39-
YUV226.06133.61101.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=28.29%
G=36.38%
B=35.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432360.2200.030.05172.2269.2384.71
HexBDF3EC16035ac4555
Octal27536335426035254105125
Binary101111011111001111101100101100111011010110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3EC; }

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

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

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

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

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

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

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

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