#BDFBFA

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

Shades of Pale Turquoise #BDFBFA

Tints of Pale Turquoise #BDFBFA

Color information

#BDFBFA (or 0xBDFBFA) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and FA. RGB value is (189,251,250). Sum of RGB (Red+Green+Blue) = 189+251+250=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFA is #420405. Grayscale: #E8E8E8. Windows color (decimal): -4326406 or 16448445. OLE color: 16448445.

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

Color convert

RGB189251250-
CMYK0.2500.000.02
HSL179.03º88.57%86.27%-
HSV(B)179.03º24.7%98.43%-
XYZ72.7486.72103.35-
YUV232.35137.9697.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.39%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=27.39%
G=36.38%
B=36.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512500.2500.000.02179.0388.5786.27
HexBDFBFA19002b35956
Octal27537337231002263131126
Binary1011110111111011111110101100100101011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBFA; }

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

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

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

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

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

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

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

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