#BDF7FE

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

Shades of Pale Turquoise #BDF7FE

Tints of Pale Turquoise #BDF7FE

Color information

#BDF7FE (or 0xBDF7FE) is unknown color: approx Pale Turquoise. HEX triplet: BD, F7 and FE. RGB value is (189,247,254). Sum of RGB (Red+Green+Blue) = 189+247+254=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FE is #420801. Grayscale: #E6E6E6. Windows color (decimal): -4327426 or 16709565. OLE color: 16709565.

HSL color Cylindrical-coordinate representation of color #BDF7FE: hue angle of 186.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF7FE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189247254-
CMYK0.260.0300.00
HSL186.46º97.01%86.86%-
HSV(B)186.46º25.59%99.61%-
XYZ72.1484.5106.27-
YUV230.46141.2898.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.39%
GREEN value IS 247 (96.88% from 255) = 35.80%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=27.39%
G=35.80%
B=36.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892472540.260.0300.00186.4697.0186.86
HexBDF7FE1A300ba6157
Octal27536737632300272141127
Binary1011110111110111111111101101011001011101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7FE; }

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

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

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

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

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

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

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

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