#BCFAFF

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

Shades of Pale Turquoise #BCFAFF

Tints of Pale Turquoise #BCFAFF

Color information

#BCFAFF (or 0xBCFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BC, FA and FF. RGB value is (188,250,255). Sum of RGB (Red+Green+Blue) = 188+250+255=693 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.13% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAFF is #430500. Grayscale: #E7E7E7. Windows color (decimal): -4392193 or 16775868. OLE color: 16775868.

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

Color convert

RGB188250255-
CMYK0.260.0200
HSL184.48º100%86.86%-
HSV(B)184.48º26.27%100%-
XYZ72.9786.28107.42-
YUV232.03140.9696.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.13%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 255 (100% from 255) = 36.80%
R=27.13%
G=36.08%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882502550.260.0200184.4810086.86
HexBCFAFF1A200b86457
Octal27437237732200270144127
Binary1011110011111010111111111101010001011100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAFF; }

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

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

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

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

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

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

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

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