#BDF8FA

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

Shades of Pale Turquoise #BDF8FA

Tints of Pale Turquoise #BDF8FA

Color information

#BDF8FA (or 0xBDF8FA) is unknown color: approx Pale Turquoise. HEX triplet: BD, F8 and FA. RGB value is (189,248,250). Sum of RGB (Red+Green+Blue) = 189+248+250=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FA is #420705. Grayscale: #E6E6E6. Windows color (decimal): -4327174 or 16447677. OLE color: 16447677.

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

Color convert

RGB189248250-
CMYK0.240.0100.02
HSL181.97º85.92%86.08%-
HSV(B)181.97º24.4%98.04%-
XYZ71.8184.86103.04-
YUV230.59138.9598.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.51%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=27.51%
G=36.10%
B=36.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892482500.240.0100.02181.9785.9286.08
HexBDF8FA18102b65656
Octal27537037230102266126126
Binary1011110111111000111110101100010101011011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8FA; }

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

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

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

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

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

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

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

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