#b0caf2

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

Shades of Tropical Blue #B0CAF2

Tints of Tropical Blue #B0CAF2

Color information

#B0CAF2 (or 0xB0CAF2) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and F2. RGB value is (176,202,242). Sum of RGB (Red+Green+Blue) = 176+202+242=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0CAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAF2 is #4F350D. Grayscale: #C6C6C6. Windows color (decimal): -5190926 or 15911600. OLE color: 15911600.

HSL color Cylindrical-coordinate representation of color #B0CAF2: hue angle of 216.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CAF2 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176202242-
CMYK0.270.1700.05
HSL216.36º71.74%81.96%-
HSV(B)216.36º27.27%94.9%-
XYZ55.0557.8892.28-
YUV198.79152.39111.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=28.39%
G=32.58%
B=39.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762022420.270.1700.05216.3671.7481.96
HexB0CAF21B1105d84852
Octal260312362332105330110122
Binary101100001100101011110010110111000101011101100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0caf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0caf2; }

 p { color: rgb(176,202,242); }

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

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

 a { background-color: rgb(176,202,242); }

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

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

 span { border-color: rgb(176,202,242); }

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