#B2CAEC

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

Shades of Tropical Blue #B2CAEC

Tints of Tropical Blue #B2CAEC

Color information

#B2CAEC (or 0xB2CAEC) is unknown color: approx Tropical Blue. HEX triplet: B2, CA and EC. RGB value is (178,202,236). Sum of RGB (Red+Green+Blue) = 178+202+236=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CAEC is #4D3513. Grayscale: #C6C6C6. Windows color (decimal): -5059860 or 15518386. OLE color: 15518386.

HSL color Cylindrical-coordinate representation of color #B2CAEC: hue angle of 215.17º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2CAEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178202236-
CMYK0.250.1400.07
HSL215.17º60.42%81.18%-
HSV(B)215.17º24.58%92.55%-
XYZ54.6257.7687.63-
YUV198.7149.05113.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.90%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=28.90%
G=32.79%
B=38.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782022360.250.1400.07215.1760.4281.18
HexB2CAEC19E07d73c51
Octal26231235431160732774121
Binary1011001011001010111011001100111100111110101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAEC; }

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

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

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

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

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

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

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

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