#B8BAEC

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

Shades of Perano #B8BAEC

Tints of Perano #B8BAEC

Color information

#B8BAEC (or 0xB8BAEC) is unknown color: approx Perano. HEX triplet: B8, BA and EC. RGB value is (184,186,236). Sum of RGB (Red+Green+Blue) = 184+186+236=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAEC is #474513. Grayscale: #BEBEBE. Windows color (decimal): -4670740 or 15514296. OLE color: 15514296.

HSL color Cylindrical-coordinate representation of color #B8BAEC: hue angle of 237.69º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BAEC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184186236-
CMYK0.220.2100.07
HSL237.69º57.78%82.35%-
HSV(B)237.69º22.03%92.55%-
XYZ52.4751.3686.51-
YUV191.1153.34122.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=30.36%
G=30.69%
B=38.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841862360.220.2100.07237.6957.7882.35
HexB8BAEC161507ee3a52
Octal27027235426250735672122
Binary10111000101110101110110010110101010111111011101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAEC; }

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

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

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

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

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

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

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

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