#B4CAEA

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

Shades of Tropical Blue #B4CAEA

Tints of Tropical Blue #B4CAEA

Color information

#B4CAEA (or 0xB4CAEA) is unknown color: approx Tropical Blue. HEX triplet: B4, CA and EA. RGB value is (180,202,234). Sum of RGB (Red+Green+Blue) = 180+202+234=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAEA is #4B3515. Grayscale: #C6C6C6. Windows color (decimal): -4928790 or 15387316. OLE color: 15387316.

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

Color convert

RGB180202234-
CMYK0.230.1400.08
HSL215.56º56.25%81.18%-
HSV(B)215.56º23.08%91.76%-
XYZ54.7957.8886.13-
YUV199.07147.71114.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.22%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=29.22%
G=32.79%
B=37.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802022340.230.1400.08215.5656.2581.18
HexB4CAEA17E08d83851
Octal264312352271601033070121
Binary10110100110010101110101010111111001000110110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAEA; }

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

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

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

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

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

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

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

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