#BDFBF4

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

Shades of Pale Turquoise #BDFBF4

Tints of Pale Turquoise #BDFBF4

Color information

#BDFBF4 (or 0xBDFBF4) is unknown color: approx Pale Turquoise. HEX triplet: BD, FB and F4. RGB value is (189,251,244). Sum of RGB (Red+Green+Blue) = 189+251+244=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF4 is #42040B. Grayscale: #E7E7E7. Windows color (decimal): -4326412 or 16055229. OLE color: 16055229.

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

Color convert

RGB189251244-
CMYK0.2500.030.02
HSL173.23º88.57%86.27%-
HSV(B)173.23º24.7%98.43%-
XYZ71.8186.3498.47-
YUV231.66134.9697.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.63%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=27.63%
G=36.70%
B=35.67%

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
Decimal1892512440.2500.030.02173.2388.5786.27
HexBDFBF419032ad5956
Octal27537336431032255131126
Binary10111101111110111111010011001011101010110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBF4; }

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

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

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

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

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

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

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

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