#BDF2F0

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

Shades of Pale Turquoise #BDF2F0

Tints of Pale Turquoise #BDF2F0

Color information

#BDF2F0 (or 0xBDF2F0) is unknown color: approx Pale Turquoise. HEX triplet: BD, F2 and F0. RGB value is (189,242,240). Sum of RGB (Red+Green+Blue) = 189+242+240=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2F0 is #420D0F. Grayscale: #E1E1E1. Windows color (decimal): -4328720 or 15790781. OLE color: 15790781.

HSL color Cylindrical-coordinate representation of color #BDF2F0: hue angle of 177.74º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2F0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB189242240-
CMYK0.2200.010.05
HSL177.74º67.09%84.51%-
HSV(B)177.74º21.9%94.9%-
XYZ68.4780.6194.39-
YUV225.92135.94101.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=28.17%
G=36.07%
B=35.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422400.2200.010.05177.7467.0984.51
HexBDF2F016015b24355
Octal27536236026015262103125
Binary10111101111100101111000010110011011011001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2F0; }

 p { color: rgb(189,242,240); }

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

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

 a { background-color: rgb(189,242,240); }

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

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

 span { border-color: rgb(189,242,240); }

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