#BBFAFF

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

Shades of Pale Turquoise #BBFAFF

Tints of Pale Turquoise #BBFAFF

Color information

#BBFAFF (or 0xBBFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BB, FA and FF. RGB value is (187,250,255). Sum of RGB (Red+Green+Blue) = 187+250+255=692 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.02% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFF is #440500. Grayscale: #E7E7E7. Windows color (decimal): -4457729 or 16775867. OLE color: 16775867.

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

Color convert

RGB187250255-
CMYK0.270.0200
HSL184.41º100%86.67%-
HSV(B)184.41º26.67%100%-
XYZ72.7386.16107.4-
YUV231.73141.1396.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.02%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 255 (100% from 255) = 36.85%
R=27.02%
G=36.13%
B=36.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872502550.270.0200184.4110086.67
HexBBFAFF1B200b86457
Octal27337237733200270144127
Binary1011101111111010111111111101110001011100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAFF; }

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

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

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

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

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

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

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

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