#BDF1ED

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

Shades of Pale Turquoise #BDF1ED

Tints of Pale Turquoise #BDF1ED

Color information

#BDF1ED (or 0xBDF1ED) is unknown color: approx Pale Turquoise. HEX triplet: BD, F1 and ED. RGB value is (189,241,237). Sum of RGB (Red+Green+Blue) = 189+241+237=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1ED is #420E12. Grayscale: #E0E0E0. Windows color (decimal): -4328979 or 15593917. OLE color: 15593917.

HSL color Cylindrical-coordinate representation of color #BDF1ED: hue angle of 175.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB189241237-
CMYK0.2200.020.05
HSL175.38º65%84.31%-
HSV(B)175.38º21.58%94.51%-
XYZ67.7379.8491.96-
YUV225134.77102.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=28.34%
G=36.13%
B=35.53%

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
Decimal1892412370.2200.020.05175.386584.31
HexBDF1ED16025af4154
Octal27536135526025257101124
Binary101111011111000111101101101100101011010111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1ED; }

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

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

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

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

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

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

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

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