#B2CAF1

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

Shades of Tropical Blue #B2CAF1

Tints of Tropical Blue #B2CAF1

Color information

#B2CAF1 (or 0xB2CAF1) is unknown color: approx Tropical Blue. HEX triplet: B2, CA and F1. RGB value is (178,202,241). Sum of RGB (Red+Green+Blue) = 178+202+241=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CAF1 is #4D350E. Grayscale: #C7C7C7. Windows color (decimal): -5059855 or 15846066. OLE color: 15846066.

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

Color convert

RGB178202241-
CMYK0.260.1600.05
HSL217.14º69.23%82.16%-
HSV(B)217.14º26.14%94.51%-
XYZ55.3658.0691.51-
YUV199.27151.55112.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=28.66%
G=32.53%
B=38.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782022410.260.1600.05217.1469.2382.16
HexB2CAF11A1005d94552
Octal262312361322005331105122
Binary101100101100101011110001110101000001011101100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAF1; }

 p { color: rgb(178,202,241); }

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

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

 a { background-color: rgb(178,202,241); }

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

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

 span { border-color: rgb(178,202,241); }

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