#BBD1F3

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

Shades of Tropical Blue #BBD1F3

Tints of Tropical Blue #BBD1F3

Color information

#BBD1F3 (or 0xBBD1F3) is unknown color: approx Tropical Blue. HEX triplet: BB, D1 and F3. RGB value is (187,209,243). Sum of RGB (Red+Green+Blue) = 187+209+243=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1F3 is #442E0C. Grayscale: #CECECE. Windows color (decimal): -4468237 or 15978939. OLE color: 15978939.

HSL color Cylindrical-coordinate representation of color #BBD1F3: hue angle of 216.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD1F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187209243-
CMYK0.230.1400.05
HSL216.43º70%84.31%-
HSV(B)216.43º23.05%95.29%-
XYZ59.4762.6493.75-
YUV206.3148.71114.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 209 (82.03% from 255) = 32.71%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=29.26%
G=32.71%
B=38.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872092430.230.1400.05216.437084.31
HexBBD1F317E05d84654
Octal273321363271605330106124
Binary10111011110100011111001110111111001011101100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1F3; }

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

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

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

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

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

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

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

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