#B8BAEA

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

Shades of Perano #B8BAEA

Tints of Perano #B8BAEA

Color information

#B8BAEA (or 0xB8BAEA) is unknown color: approx Perano. HEX triplet: B8, BA and EA. RGB value is (184,186,234). Sum of RGB (Red+Green+Blue) = 184+186+234=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAEA is #474515. Grayscale: #BEBEBE. Windows color (decimal): -4670742 or 15383224. OLE color: 15383224.

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

Color convert

RGB184186234-
CMYK0.210.2100.08
HSL237.6º54.35%81.96%-
HSV(B)237.6º21.37%91.76%-
XYZ52.1851.2584.98-
YUV190.87152.34123.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=30.46%
G=30.79%
B=38.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841862340.210.2100.08237.654.3581.96
HexB8BAEA151508ee3652
Octal270272352252501035666122
Binary101110001011101011101010101011010101000111011101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAEA; }

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

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

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

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

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

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

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

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