#BDFAF9

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

Shades of Pale Turquoise #BDFAF9

Tints of Pale Turquoise #BDFAF9

Color information

#BDFAF9 (or 0xBDFAF9) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and F9. RGB value is (189,250,249). Sum of RGB (Red+Green+Blue) = 189+250+249=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAF9 is #420506. Grayscale: #E7E7E7. Windows color (decimal): -4326663 or 16382653. OLE color: 16382653.

HSL color Cylindrical-coordinate representation of color #BDFAF9: hue angle of 179.02º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAF9 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB189250249-
CMYK0.2400.000.02
HSL179.02º85.92%86.08%-
HSV(B)179.02º24.4%98.04%-
XYZ72.2786.03102.42-
YUV231.65137.7997.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.47%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=27.47%
G=36.34%
B=36.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502490.2400.000.02179.0285.9286.08
HexBDFAF918002b35656
Octal27537237130002263126126
Binary1011110111111010111110011100000101011001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAF9; }

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

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

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

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

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

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

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

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