#BBD2FA

Color #BBD2FA Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BBD2FA

Tints of Tropical Blue #BBD2FA

Color information

#BBD2FA (or 0xBBD2FA) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and FA. RGB value is (187,210,250). Sum of RGB (Red+Green+Blue) = 187+210+250=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FA is #442D05. Grayscale: #CFCFCF. Windows color (decimal): -4467974 or 16437947. OLE color: 16437947.

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

Color convert

RGB187210250-
CMYK0.250.1600.02
HSL218.1º86.3%85.69%-
HSV(B)218.1º25.2%98.04%-
XYZ60.863.5699.51-
YUV207.68151.88113.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 210 (82.42% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=28.90%
G=32.46%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872102500.250.1600.02218.186.385.69
HexBBD2FA191002da5656
Octal273322372312002332126126
Binary10111011110100101111101011001100000101101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2FA; }

 p { color: rgb(187,210,250); }

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

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

 a { background-color: rgb(187,210,250); }

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

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

 span { border-color: rgb(187,210,250); }

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