#BDFBF6

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

Shades of Pale Turquoise #BDFBF6

Tints of Pale Turquoise #BDFBF6

Color information

#BDFBF6 (or 0xBDFBF6) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F6. RGB value is (189,251,246). Sum of RGB (Red+Green+Blue) = 189+251+246=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF6 is #420409. Grayscale: #E7E7E7. Windows color (decimal): -4326410 or 16186301. OLE color: 16186301.

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

Color convert

RGB189251246-
CMYK0.2500.020.02
HSL175.16º88.57%86.27%-
HSV(B)175.16º24.7%98.43%-
XYZ72.1286.47100.08-
YUV231.89135.9697.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.55%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=27.55%
G=36.59%
B=35.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512460.2500.020.02175.1688.5786.27
HexBDFBF619022af5956
Octal27537336631022257131126
Binary10111101111110111111011011001010101010111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF6; }

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

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

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

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

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

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

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

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