#BDF6FA

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

Shades of Pale Turquoise #BDF6FA

Tints of Pale Turquoise #BDF6FA

Color information

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

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

Color convert

RGB189246250-
CMYK0.240.0200.02
HSL183.93º85.92%86.08%-
HSV(B)183.93º24.4%98.04%-
XYZ71.283.63102.83-
YUV229.41139.6299.17-

RGB Variations

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

RGB

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

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
Decimal1892462500.240.0200.02183.9385.9286.08
HexBDF6FA18202b85656
Octal27536637230202270126126
Binary10111101111101101111101011000100101011100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6FA; }

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

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

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

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

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

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

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

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