#BBD1F0

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

Shades of Tropical Blue #BBD1F0

Tints of Tropical Blue #BBD1F0

Color information

#BBD1F0 (or 0xBBD1F0) is unknown color: approx Tropical Blue. HEX triplet: BB, D1 and F0. RGB value is (187,209,240). Sum of RGB (Red+Green+Blue) = 187+209+240=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1F0 is #442E0F. Grayscale: #CDCDCD. Windows color (decimal): -4468240 or 15782331. OLE color: 15782331.

HSL color Cylindrical-coordinate representation of color #BBD1F0: hue angle of 215.09º 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 #BBD1F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187209240-
CMYK0.220.1300.06
HSL215.09º63.86%83.73%-
HSV(B)215.09º22.08%94.12%-
XYZ59.0262.4691.38-
YUV205.96147.21114.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=29.40%
G=32.86%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872092400.220.1300.06215.0963.8683.73
HexBBD1F016D06d74054
Octal273321360261506327100124
Binary10111011110100011111000010110110101101101011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1F0; }

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

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

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

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

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

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

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

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