#B8CAEA

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

Shades of Tropical Blue #B8CAEA

Tints of Tropical Blue #B8CAEA

Color information

#B8CAEA (or 0xB8CAEA) is unknown color: approx Tropical Blue. HEX triplet: B8, CA and EA. RGB value is (184,202,234). Sum of RGB (Red+Green+Blue) = 184+202+234=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAEA is #473515. Grayscale: #C8C8C8. Windows color (decimal): -4666646 or 15387320. OLE color: 15387320.

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

Color convert

RGB184202234-
CMYK0.210.1400.08
HSL218.4º54.35%81.96%-
HSV(B)218.4º21.37%91.76%-
XYZ55.7458.3786.17-
YUV200.27147.04116.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.68%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=29.68%
G=32.58%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842022340.210.1400.08218.454.3581.96
HexB8CAEA15E08da3652
Octal270312352251601033266122
Binary10111000110010101110101010101111001000110110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAEA; }

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

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

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

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

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

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

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

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