#BBD2F3

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

Shades of Tropical Blue #BBD2F3

Tints of Tropical Blue #BBD2F3

Color information

#BBD2F3 (or 0xBBD2F3) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and F3. RGB value is (187,210,243). Sum of RGB (Red+Green+Blue) = 187+210+243=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F3 is #442D0C. Grayscale: #CECECE. Windows color (decimal): -4467981 or 15979195. OLE color: 15979195.

HSL color Cylindrical-coordinate representation of color #BBD2F3: hue angle of 215.36º 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 #BBD2F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187210243-
CMYK0.230.1400.05
HSL215.36º70%84.31%-
HSV(B)215.36º23.05%95.29%-
XYZ59.7263.1393.83-
YUV206.88148.38113.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 210 (82.42% from 255) = 32.81%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=29.22%
G=32.81%
B=37.97%

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
Decimal1872102430.230.1400.05215.367084.31
HexBBD2F317E05d74654
Octal273322363271605327106124
Binary10111011110100101111001110111111001011101011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2F3; }

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

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

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

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

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

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

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

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