#BBF4F8

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

Shades of Pale Turquoise #BBF4F8

Tints of Pale Turquoise #BBF4F8

Color information

#BBF4F8 (or 0xBBF4F8) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and F8. RGB value is (187,244,248). Sum of RGB (Red+Green+Blue) = 187+244+248=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBF4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F8 is #440B07. Grayscale: #E3E3E3. Windows color (decimal): -4459272 or 16315579. OLE color: 16315579.

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

Color convert

RGB187244248-
CMYK0.250.0200.03
HSL183.93º81.33%85.29%-
HSV(B)183.93º24.6%97.25%-
XYZ69.7982.04100.96-
YUV227.41139.6299.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 244 (95.70% from 255) = 35.94%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=27.54%
G=35.94%
B=36.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872442480.250.0200.03183.9381.3385.29
HexBBF4F819203b85155
Octal27336437031203270121125
Binary10111011111101001111100011001100111011100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4F8; }

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

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

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

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

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

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

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

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