#BDFAF5

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

Shades of Pale Turquoise #BDFAF5

Tints of Pale Turquoise #BDFAF5

Color information

#BDFAF5 (or 0xBDFAF5) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and F5. RGB value is (189,250,245). Sum of RGB (Red+Green+Blue) = 189+250+245=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAF5 is #42050A. Grayscale: #E7E7E7. Windows color (decimal): -4326667 or 16120509. OLE color: 16120509.

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

Color convert

RGB189250245-
CMYK0.2400.020.02
HSL175.08º85.92%86.08%-
HSV(B)175.08º24.4%98.04%-
XYZ71.6585.7899.17-
YUV231.19135.7997.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.63%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=27.63%
G=36.55%
B=35.82%

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
Decimal1892502450.2400.020.02175.0885.9286.08
HexBDFAF518022af5656
Octal27537236530022257126126
Binary10111101111110101111010111000010101010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAF5; }

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

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

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

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

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

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

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

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