#BDFBFB

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

Shades of Pale Turquoise #BDFBFB

Tints of Pale Turquoise #BDFBFB

Color information

#BDFBFB (or 0xBDFBFB) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and FB. RGB value is (189,251,251). Sum of RGB (Red+Green+Blue) = 189+251+251=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #BDFBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFB is #420404. Grayscale: #E8E8E8. Windows color (decimal): -4326405 or 16513981. OLE color: 16513981.

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

Color convert

RGB189251251-
CMYK0.25000.02
HSL180º88.57%86.27%-
HSV(B)180º24.7%98.43%-
XYZ72.986.78104.17-
YUV232.46138.4697-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.35%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=27.35%
G=36.32%
B=36.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512510.25000.0218088.5786.27
HexBDFBFB19002b45956
Octal27537337331002264131126
Binary1011110111111011111110111100100101011010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBFB; }

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

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

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

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

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

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

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

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