#BDF8F1

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

Shades of Pale Turquoise #BDF8F1

Tints of Pale Turquoise #BDF8F1

Color information

#BDF8F1 (or 0xBDF8F1) is unknown color: approx Pale Turquoise. HEX triplet: BD, F8 and F1. RGB value is (189,248,241). Sum of RGB (Red+Green+Blue) = 189+248+241=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8F1 is #42070E. Grayscale: #E5E5E5. Windows color (decimal): -4327183 or 15857853. OLE color: 15857853.

HSL color Cylindrical-coordinate representation of color #BDF8F1: hue angle of 172.88º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8F1 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB189248241-
CMYK0.2400.030.03
HSL172.88º80.82%85.69%-
HSV(B)172.88º23.79%97.25%-
XYZ70.4384.395.78-
YUV229.56134.4599.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 248 (97.27% from 255) = 36.58%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=27.88%
G=36.58%
B=35.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892482410.2400.030.03172.8880.8285.69
HexBDF8F118033ad5156
Octal27537036130033255121126
Binary10111101111110001111000111000011111010110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8F1; }

 p { color: rgb(189,248,241); }

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

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

 a { background-color: rgb(189,248,241); }

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

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

 span { border-color: rgb(189,248,241); }

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