#BBF9F2

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

Shades of Pale Turquoise #BBF9F2

Tints of Pale Turquoise #BBF9F2

Color information

#BBF9F2 (or 0xBBF9F2) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and F2. RGB value is (187,249,242). Sum of RGB (Red+Green+Blue) = 187+249+242=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9F2 is #44060D. Grayscale: #E5E5E5. Windows color (decimal): -4457998 or 15923643. OLE color: 15923643.

HSL color Cylindrical-coordinate representation of color #BBF9F2: hue angle of 173.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9F2 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB187249242-
CMYK0.2500.030.02
HSL173.23º83.78%85.49%-
HSV(B)173.23º24.9%97.65%-
XYZ70.484.7396.65-
YUV229.66134.9697.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=27.58%
G=36.73%
B=35.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492420.2500.030.02173.2383.7885.49
HexBBF9F219032ad5455
Octal27337136231032255124125
Binary10111011111110011111001011001011101010110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9F2; }

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

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

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

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

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

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

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

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