#BBF0F2

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

Shades of Pale Turquoise #BBF0F2

Tints of Pale Turquoise #BBF0F2

Color information

#BBF0F2 (or 0xBBF0F2) is unknown color: approx Pale Turquoise. HEX triplet: BB, F0 and F2. RGB value is (187,240,242). Sum of RGB (Red+Green+Blue) = 187+240+242=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0F2 is #440F0D. Grayscale: #E0E0E0. Windows color (decimal): -4460302 or 15921339. OLE color: 15921339.

HSL color Cylindrical-coordinate representation of color #BBF0F2: hue angle of 182.18º degrees, saturation: 0.68, 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 #BBF0F2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187240242-
CMYK0.230.0100.05
HSL182.18º67.9%84.12%-
HSV(B)182.18º22.73%94.9%-
XYZ67.6879.395.74-
YUV224.38137.94101.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 242 (94.92% from 255) = 36.17%
R=27.95%
G=35.87%
B=36.17%

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
Decimal1872402420.230.0100.05182.1867.984.12
HexBBF0F217105b64454
Octal27336036227105266104124
Binary10111011111100001111001010111101011011011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0F2; }

 p { color: rgb(187,240,242); }

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

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

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

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

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

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

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