#BBF8FF

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

Shades of Pale Turquoise #BBF8FF

Tints of Pale Turquoise #BBF8FF

Color information

#BBF8FF (or 0xBBF8FF) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and FF. RGB value is (187,248,255). Sum of RGB (Red+Green+Blue) = 187+248+255=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8FF is #440700. Grayscale: #E6E6E6. Windows color (decimal): -4458241 or 16775355. OLE color: 16775355.

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

Color convert

RGB187248255-
CMYK0.270.0300
HSL186.18º100%86.67%-
HSV(B)186.18º26.67%100%-
XYZ72.1184.92107.2-
YUV230.56141.7996.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.10%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 255 (100% from 255) = 36.96%
R=27.10%
G=35.94%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872482550.270.0300186.1810086.67
HexBBF8FF1B300ba6457
Octal27337037733300272144127
Binary1011101111111000111111111101111001011101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8FF; }

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

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

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

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

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

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

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

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