#BDFAF6

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

Shades of Pale Turquoise #BDFAF6

Tints of Pale Turquoise #BDFAF6

Color information

#BDFAF6 (or 0xBDFAF6) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and F6. RGB value is (189,250,246). Sum of RGB (Red+Green+Blue) = 189+250+246=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAF6 is #420509. Grayscale: #E7E7E7. Windows color (decimal): -4326666 or 16186045. OLE color: 16186045.

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

Color convert

RGB189250246-
CMYK0.2400.020.02
HSL176.07º85.92%86.08%-
HSV(B)176.07º24.4%98.04%-
XYZ71.8185.8499.97-
YUV231.3136.2997.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.59%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=27.59%
G=36.50%
B=35.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502460.2400.020.02176.0785.9286.08
HexBDFAF618022b05656
Octal27537236630022260126126
Binary10111101111110101111011011000010101011000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAF6; }

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

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

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

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

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

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

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

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