#BDF5FA

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

Shades of Pale Turquoise #BDF5FA

Tints of Pale Turquoise #BDF5FA

Color information

#BDF5FA (or 0xBDF5FA) is unknown color: approx Pale Turquoise. HEX triplet: BD, F5 and FA. RGB value is (189,245,250). Sum of RGB (Red+Green+Blue) = 189+245+250=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FA is #420A05. Grayscale: #E4E4E4. Windows color (decimal): -4327942 or 16446909. OLE color: 16446909.

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

Color convert

RGB189245250-
CMYK0.240.0200.02
HSL184.92º85.92%86.08%-
HSV(B)184.92º24.4%98.04%-
XYZ70.8983.03102.73-
YUV228.83139.9599.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892452500.240.0200.02184.9285.9286.08
HexBDF5FA18202b95656
Octal27536537230202271126126
Binary10111101111101011111101011000100101011100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5FA; }

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

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

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

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

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

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

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

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