#BBF1F1

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

Shades of Pale Turquoise #BBF1F1

Tints of Pale Turquoise #BBF1F1

Color information

#BBF1F1 (or 0xBBF1F1) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and F1. RGB value is (187,241,241). Sum of RGB (Red+Green+Blue) = 187+241+241=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BBF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F1 is #440E0E. Grayscale: #E0E0E0. Windows color (decimal): -4460047 or 15856059. OLE color: 15856059.

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

Color convert

RGB187241241-
CMYK0.22000.05
HSL180º65.85%83.92%-
HSV(B)180º22.41%94.51%-
XYZ67.8379.8395.05-
YUV224.85137.11101-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=27.95%
G=36.02%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412410.22000.0518065.8583.92
HexBBF1F116005b44254
Octal27336136126005264102124
Binary10111011111100011111000110110001011011010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1F1; }

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

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

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

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

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

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

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

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