#BBD2F0

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

Shades of Tropical Blue #BBD2F0

Tints of Tropical Blue #BBD2F0

Color information

#BBD2F0 (or 0xBBD2F0) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and F0. RGB value is (187,210,240). Sum of RGB (Red+Green+Blue) = 187+210+240=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F0 is #442D0F. Grayscale: #CECECE. Windows color (decimal): -4467984 or 15782587. OLE color: 15782587.

HSL color Cylindrical-coordinate representation of color #BBD2F0: hue angle of 213.96º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD2F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187210240-
CMYK0.220.1200.06
HSL213.96º63.86%83.73%-
HSV(B)213.96º22.08%94.12%-
XYZ59.2762.9591.46-
YUV206.54146.88114.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=29.36%
G=32.97%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872102400.220.1200.06213.9663.8683.73
HexBBD2F016C06d64054
Octal273322360261406326100124
Binary10111011110100101111000010110110001101101011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2F0; }

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

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

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

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

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

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

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

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