#BBD2F1

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

Shades of Tropical Blue #BBD2F1

Tints of Tropical Blue #BBD2F1

Color information

#BBD2F1 (or 0xBBD2F1) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and F1. RGB value is (187,210,241). Sum of RGB (Red+Green+Blue) = 187+210+241=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F1 is #442D0E. Grayscale: #CECECE. Windows color (decimal): -4467983 or 15848123. OLE color: 15848123.

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

Color convert

RGB187210241-
CMYK0.220.1300.05
HSL214.44º65.85%83.92%-
HSV(B)214.44º22.41%94.51%-
XYZ59.4263.0192.25-
YUV206.66147.38113.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=29.31%
G=32.92%
B=37.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872102410.220.1300.05214.4465.8583.92
HexBBD2F116D05d64254
Octal273322361261505326102124
Binary10111011110100101111000110110110101011101011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2F1; }

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

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

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

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

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

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

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

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