#BDF2ED

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

Shades of Pale Turquoise #BDF2ED

Tints of Pale Turquoise #BDF2ED

Color information

#BDF2ED (or 0xBDF2ED) is unknown color: approx Pale Turquoise. HEX triplet: BD, F2 and ED. RGB value is (189,242,237). Sum of RGB (Red+Green+Blue) = 189+242+237=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2ED is #420D12. Grayscale: #E1E1E1. Windows color (decimal): -4328723 or 15594173. OLE color: 15594173.

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

Color convert

RGB189242237-
CMYK0.2200.020.05
HSL174.34º67.09%84.51%-
HSV(B)174.34º21.9%94.9%-
XYZ68.0280.4492.06-
YUV225.58134.44101.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=28.29%
G=36.23%
B=35.48%

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
Decimal1892422370.2200.020.05174.3467.0984.51
HexBDF2ED16025ae4355
Octal27536235526025256103125
Binary101111011111001011101101101100101011010111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2ED; }

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

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

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

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

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

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

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

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