#B8CAEB

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

Shades of Tropical Blue #B8CAEB

Tints of Tropical Blue #B8CAEB

Color information

#B8CAEB (or 0xB8CAEB) is unknown color: approx Tropical Blue. HEX triplet: B8, CA and EB. RGB value is (184,202,235). Sum of RGB (Red+Green+Blue) = 184+202+235=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CAEB is #473514. Grayscale: #C8C8C8. Windows color (decimal): -4666645 or 15452856. OLE color: 15452856.

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

Color convert

RGB184202235-
CMYK0.220.1400.08
HSL218.82º56.04%82.16%-
HSV(B)218.82º21.7%92.16%-
XYZ55.8858.4386.93-
YUV200.38147.54116.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.63%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=29.63%
G=32.53%
B=37.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842022350.220.1400.08218.8256.0482.16
HexB8CAEB16E08db3852
Octal270312353261601033370122
Binary10111000110010101110101110110111001000110110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAEB; }

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

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

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

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

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

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

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

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