#B4C4EA

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

Shades of Tropical Blue #B4C4EA

Tints of Tropical Blue #B4C4EA

Color information

#B4C4EA (or 0xB4C4EA) is unknown color: approx Tropical Blue. HEX triplet: B4, C4 and EA. RGB value is (180,196,234). Sum of RGB (Red+Green+Blue) = 180+196+234=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C4EA is #4B3B15. Grayscale: #C3C3C3. Windows color (decimal): -4930326 or 15385780. OLE color: 15385780.

HSL color Cylindrical-coordinate representation of color #B4C4EA: hue angle of 222.22º 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 #B4C4EA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180196234-
CMYK0.230.1600.08
HSL222.22º56.25%81.18%-
HSV(B)222.22º23.08%91.76%-
XYZ53.4155.1285.67-
YUV195.55149.7116.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.51%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=29.51%
G=32.13%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801962340.230.1600.08222.2256.2581.18
HexB4C4EA171008de3851
Octal264304352272001033670121
Binary101101001100010011101010101111000001000110111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C4EA; }

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

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

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

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

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

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

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

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