#BDFAF7

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

Shades of Pale Turquoise #BDFAF7

Tints of Pale Turquoise #BDFAF7

Color information

#BDFAF7 (or 0xBDFAF7) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and F7. RGB value is (189,250,247). Sum of RGB (Red+Green+Blue) = 189+250+247=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAF7 is #420508. Grayscale: #E7E7E7. Windows color (decimal): -4326665 or 16251581. OLE color: 16251581.

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

Color convert

RGB189250247-
CMYK0.2400.010.02
HSL177.05º85.92%86.08%-
HSV(B)177.05º24.4%98.04%-
XYZ71.9685.91100.78-
YUV231.42136.7997.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.55%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=27.55%
G=36.44%
B=36.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502470.2400.010.02177.0585.9286.08
HexBDFAF718012b15656
Octal27537236730012261126126
Binary1011110111111010111101111100001101011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAF7; }

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

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

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

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

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

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

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

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