#BBD2FB

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

Shades of Tropical Blue #BBD2FB

Tints of Tropical Blue #BBD2FB

Color information

#BBD2FB (or 0xBBD2FB) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and FB. RGB value is (187,210,251). Sum of RGB (Red+Green+Blue) = 187+210+251=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FB is #442D04. Grayscale: #CFCFCF. Windows color (decimal): -4467973 or 16503483. OLE color: 16503483.

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

Color convert

RGB187210251-
CMYK0.250.1600.02
HSL218.44º88.89%85.88%-
HSV(B)218.44º25.5%98.43%-
XYZ60.9563.62100.33-
YUV207.8152.38113.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=28.86%
G=32.41%
B=38.73%

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
Decimal1872102510.250.1600.02218.4488.8985.88
HexBBD2FB191002da5956
Octal273322373312002332131126
Binary10111011110100101111101111001100000101101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2FB; }

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

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

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

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

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

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

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

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