#BBD2FE

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

Shades of Tropical Blue #BBD2FE

Tints of Tropical Blue #BBD2FE

Color information

#BBD2FE (or 0xBBD2FE) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and FE. RGB value is (187,210,254). Sum of RGB (Red+Green+Blue) = 187+210+254=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2FE is #442D01. Grayscale: #CFCFCF. Windows color (decimal): -4467970 or 16700091. OLE color: 16700091.

HSL color Cylindrical-coordinate representation of color #BBD2FE: hue angle of 219.4º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD2FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187210254-
CMYK0.260.1700.00
HSL219.4º97.1%86.47%-
HSV(B)219.4º26.38%99.61%-
XYZ61.4363.81102.85-
YUV208.14153.88112.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=28.73%
G=32.26%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872102540.260.1700.00219.497.186.47
HexBBD2FE1A1100db6156
Octal273322376322100333141126
Binary1011101111010010111111101101010001001101101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2FE; }

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

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

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

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

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

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

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

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