#BDFDF9

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

Shades of Pale Turquoise #BDFDF9

Tints of Pale Turquoise #BDFDF9

Color information

#BDFDF9 (or 0xBDFDF9) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F9. RGB value is (189,253,249). Sum of RGB (Red+Green+Blue) = 189+253+249=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF9 is #420206. Grayscale: #E9E9E9. Windows color (decimal): -4325895 or 16383421. OLE color: 16383421.

HSL color Cylindrical-coordinate representation of color #BDFDF9: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF9 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB189253249-
CMYK0.2500.020.01
HSL176.25º94.12%86.67%-
HSV(B)176.25º25.3%99.22%-
XYZ73.2187.91102.73-
YUV233.41136.896.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.35%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 249 (97.66% from 255) = 36.03%
R=27.35%
G=36.61%
B=36.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532490.2500.020.01176.2594.1286.67
HexBDFDF919021b05e57
Octal27537537131021260136127
Binary1011110111111101111110011100101011011000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF9; }

 p { color: rgb(189,253,249); }

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

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

 a { background-color: rgb(189,253,249); }

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

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

 span { border-color: rgb(189,253,249); }

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