#B2CAEA

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

Shades of Tropical Blue #B2CAEA

Tints of Tropical Blue #B2CAEA

Color information

#B2CAEA (or 0xB2CAEA) is unknown color: approx Tropical Blue. HEX triplet: B2, CA and EA. RGB value is (178,202,234). Sum of RGB (Red+Green+Blue) = 178+202+234=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CAEA is #4D3515. Grayscale: #C6C6C6. Windows color (decimal): -5059862 or 15387314. OLE color: 15387314.

HSL color Cylindrical-coordinate representation of color #B2CAEA: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CAEA is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178202234-
CMYK0.240.1400.08
HSL214.29º57.14%80.78%-
HSV(B)214.29º23.93%91.76%-
XYZ54.3357.6586.11-
YUV198.47148.05113.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=28.99%
G=32.90%
B=38.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782022340.240.1400.08214.2957.1480.78
HexB2CAEA18E08d63951
Octal262312352301601032671121
Binary10110010110010101110101011000111001000110101101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAEA; }

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

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

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

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

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

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

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

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