#BBF4F7

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

Shades of Pale Turquoise #BBF4F7

Tints of Pale Turquoise #BBF4F7

Color information

#BBF4F7 (or 0xBBF4F7) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and F7. RGB value is (187,244,247). Sum of RGB (Red+Green+Blue) = 187+244+247=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBF4F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F7 is #440B08. Grayscale: #E3E3E3. Windows color (decimal): -4459273 or 16250043. OLE color: 16250043.

HSL color Cylindrical-coordinate representation of color #BBF4F7: hue angle of 183º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF4F7 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187244247-
CMYK0.240.0100.03
HSL183º78.95%85.1%-
HSV(B)183º24.29%96.86%-
XYZ69.6381.98100.15-
YUV227.3139.1299.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 244 (95.70% from 255) = 35.99%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=27.58%
G=35.99%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872442470.240.0100.0318378.9585.1
HexBBF4F718103b74f55
Octal27336436730103267117125
Binary1011101111110100111101111100010111011011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4F7; }

 p { color: rgb(187,244,247); }

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

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

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

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

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

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

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