#BBF9F5

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

Shades of Pale Turquoise #BBF9F5

Tints of Pale Turquoise #BBF9F5

Color information

#BBF9F5 (or 0xBBF9F5) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and F5. RGB value is (187,249,245). Sum of RGB (Red+Green+Blue) = 187+249+245=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9F5 is #44060A. Grayscale: #E5E5E5. Windows color (decimal): -4457995 or 16120251. OLE color: 16120251.

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

Color convert

RGB187249245-
CMYK0.2500.020.02
HSL176.13º83.78%85.49%-
HSV(B)176.13º24.9%97.65%-
XYZ70.8584.9199.04-
YUV230.01136.4697.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=27.46%
G=36.56%
B=35.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492450.2500.020.02176.1383.7885.49
HexBBF9F519022b05455
Octal27337136531022260124125
Binary10111011111110011111010111001010101011000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9F5; }

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

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

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

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

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

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

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

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