#BBF1F3

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

Shades of Pale Turquoise #BBF1F3

Tints of Pale Turquoise #BBF1F3

Color information

#BBF1F3 (or 0xBBF1F3) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and F3. RGB value is (187,241,243). Sum of RGB (Red+Green+Blue) = 187+241+243=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F3 is #440E0C. Grayscale: #E1E1E1. Windows color (decimal): -4460045 or 15987131. OLE color: 15987131.

HSL color Cylindrical-coordinate representation of color #BBF1F3: hue angle of 182.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF1F3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187241243-
CMYK0.230.0100.05
HSL182.14º70%84.31%-
HSV(B)182.14º23.05%95.29%-
XYZ68.1379.9596.63-
YUV225.08138.11100.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=27.87%
G=35.92%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412430.230.0100.05182.147084.31
HexBBF1F317105b64654
Octal27336136327105266106124
Binary10111011111100011111001110111101011011011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1F3; }

 p { color: rgb(187,241,243); }

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

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

 a { background-color: rgb(187,241,243); }

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

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

 span { border-color: rgb(187,241,243); }

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