#BDFBF3

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

Shades of Pale Turquoise #BDFBF3

Tints of Pale Turquoise #BDFBF3

Color information

#BDFBF3 (or 0xBDFBF3) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F3. RGB value is (189,251,243). Sum of RGB (Red+Green+Blue) = 189+251+243=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF3 is #42040C. Grayscale: #E7E7E7. Windows color (decimal): -4326413 or 15989693. OLE color: 15989693.

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

Color convert

RGB189251243-
CMYK0.2500.030.02
HSL172.26º88.57%86.27%-
HSV(B)172.26º24.7%98.43%-
XYZ71.6686.2897.67-
YUV231.55134.4697.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=27.67%
G=36.75%
B=35.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512430.2500.030.02172.2688.5786.27
HexBDFBF319032ac5956
Octal27537336331032254131126
Binary10111101111110111111001111001011101010110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF3; }

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

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

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

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

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

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

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

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