#BDF6FB

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

Shades of Pale Turquoise #BDF6FB

Tints of Pale Turquoise #BDF6FB

Color information

#BDF6FB (or 0xBDF6FB) is unknown color: approx Pale Turquoise. HEX triplet: BD, F6 and FB. RGB value is (189,246,251). Sum of RGB (Red+Green+Blue) = 189+246+251=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6FB is #420904. Grayscale: #E5E5E5. Windows color (decimal): -4327685 or 16512701. OLE color: 16512701.

HSL color Cylindrical-coordinate representation of color #BDF6FB: hue angle of 184.84º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF6FB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189246251-
CMYK0.250.0200.02
HSL184.84º88.57%86.27%-
HSV(B)184.84º24.7%98.43%-
XYZ71.3583.7103.66-
YUV229.53140.1299.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.55%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=27.55%
G=35.86%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892462510.250.0200.02184.8488.5786.27
HexBDF6FB19202b95956
Octal27536637331202271131126
Binary10111101111101101111101111001100101011100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6FB; }

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

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

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

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

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

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

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

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