#b0c4fa

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

Shades of Tropical Blue #B0C4FA

Tints of Tropical Blue #B0C4FA

Color information

#B0C4FA (or 0xB0C4FA) is unknown color: approx Tropical Blue. HEX triplet: B0, C4 and FA. RGB value is (176,196,250). Sum of RGB (Red+Green+Blue) = 176+196+250=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C4FA is #4F3B05. Grayscale: #C3C3C3. Windows color (decimal): -5192454 or 16434352. OLE color: 16434352.

HSL color Cylindrical-coordinate representation of color #B0C4FA: hue angle of 223.78º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C4FA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176196250-
CMYK0.300.2200.02
HSL223.78º88.1%83.53%-
HSV(B)223.78º29.6%98.04%-
XYZ54.955.6198.28-
YUV196.18158.37113.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=28.30%
G=31.51%
B=40.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761962500.300.2200.02223.7888.183.53
HexB0C4FA1E1602e05854
Octal260304372362602340130124
Binary10110000110001001111101011110101100101110000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c4fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c4fa; }

 p { color: rgb(176,196,250); }

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

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

 a { background-color: rgb(176,196,250); }

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

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

 span { border-color: rgb(176,196,250); }

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