#BDFAFF

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

Shades of Pale Turquoise #BDFAFF

Tints of Pale Turquoise #BDFAFF

Color information

#BDFAFF (or 0xBDFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BD, FA and FF. RGB value is (189,250,255). Sum of RGB (Red+Green+Blue) = 189+250+255=694 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.23% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFF is #420500. Grayscale: #E8E8E8. Windows color (decimal): -4326657 or 16775869. OLE color: 16775869.

HSL color Cylindrical-coordinate representation of color #BDFAFF: hue angle of 184.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFAFF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189250255-
CMYK0.260.0200
HSL184.55º100%87.06%-
HSV(B)184.55º25.88%100%-
XYZ73.2286.41107.43-
YUV232.33140.7997.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.23%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 255 (100% from 255) = 36.74%
R=27.23%
G=36.02%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892502550.260.0200184.5510087.06
HexBDFAFF1A200b96457
Octal27537237732200271144127
Binary1011110111111010111111111101010001011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAFF; }

 p { color: rgb(189,250,255); }

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

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

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

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

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

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

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