#BDFBF1

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

Shades of Pale Turquoise #BDFBF1

Tints of Pale Turquoise #BDFBF1

Color information

#BDFBF1 (or 0xBDFBF1) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F1. RGB value is (189,251,241). Sum of RGB (Red+Green+Blue) = 189+251+241=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF1 is #42040E. Grayscale: #E7E7E7. Windows color (decimal): -4326415 or 15858621. OLE color: 15858621.

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

Color convert

RGB189251241-
CMYK0.2500.040.02
HSL170.32º88.57%86.27%-
HSV(B)170.32º24.7%98.43%-
XYZ71.3686.1696.09-
YUV231.32133.4697.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.75%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=27.75%
G=36.86%
B=35.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512410.2500.040.02170.3288.5786.27
HexBDFBF119042aa5956
Octal27537336131042252131126
Binary101111011111101111110001110010100101010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF1; }

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

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

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

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

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

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

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

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