#BDF7FD

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

Shades of Pale Turquoise #BDF7FD

Tints of Pale Turquoise #BDF7FD

Color information

#BDF7FD (or 0xBDF7FD) is unknown color: approx Pale Turquoise. HEX triplet: BD, F7 and FD. RGB value is (189,247,253). Sum of RGB (Red+Green+Blue) = 189+247+253=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FD is #420802. Grayscale: #E6E6E6. Windows color (decimal): -4327427 or 16644029. OLE color: 16644029.

HSL color Cylindrical-coordinate representation of color #BDF7FD: hue angle of 185.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF7FD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189247253-
CMYK0.250.0200.01
HSL185.62º94.12%86.67%-
HSV(B)185.62º25.3%99.22%-
XYZ71.9884.43105.43-
YUV230.34140.7898.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.43%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=27.43%
G=35.85%
B=36.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892472530.250.0200.01185.6294.1286.67
HexBDF7FD19201ba5e57
Octal27536737531201272136127
Binary1011110111110111111111011100110011011101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7FD; }

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

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

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

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

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

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

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

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