#BDF7FB

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

Shades of Pale Turquoise #BDF7FB

Tints of Pale Turquoise #BDF7FB

Color information

#BDF7FB (or 0xBDF7FB) is unknown color: approx Pale Turquoise. HEX triplet: BD, F7 and FB. RGB value is (189,247,251). Sum of RGB (Red+Green+Blue) = 189+247+251=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FB is #420804. Grayscale: #E6E6E6. Windows color (decimal): -4327429 or 16512957. OLE color: 16512957.

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

Color convert

RGB189247251-
CMYK0.250.0200.02
HSL183.87º88.57%86.27%-
HSV(B)183.87º24.7%98.43%-
XYZ71.6684.31103.76-
YUV230.11139.7898.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.51%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=27.51%
G=35.95%
B=36.54%

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
Decimal1892472510.250.0200.02183.8788.5786.27
HexBDF7FB19202b85956
Octal27536737331202270131126
Binary10111101111101111111101111001100101011100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7FB; }

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

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

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

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

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

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

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

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