#B8BEE3

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

Shades of Perano #B8BEE3

Tints of Perano #B8BEE3

Color information

#B8BEE3 (or 0xB8BEE3) is unknown color: approx Perano. HEX triplet: B8, BE and E3. RGB value is (184,190,227). Sum of RGB (Red+Green+Blue) = 184+190+227=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #B8BEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEE3 is #47411C. Grayscale: #C0C0C0. Windows color (decimal): -4669725 or 14925496. OLE color: 14925496.

HSL color Cylindrical-coordinate representation of color #B8BEE3: hue angle of 231.63º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8BEE3 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184190227-
CMYK0.190.1600.11
HSL231.63º43.43%80.59%-
HSV(B)231.63º18.94%89.02%-
XYZ52.0552.5680.08-
YUV192.42147.51121.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.62%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=30.62%
G=31.61%
B=37.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841902270.190.1600.11231.6343.4380.59
HexB8BEE313100Be82b51
Octal270276343232001335053121
Binary101110001011111011100011100111000001011111010001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEE3; }

 p { color: rgb(184,190,227); }

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

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

 a { background-color: rgb(184,190,227); }

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

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

 span { border-color: rgb(184,190,227); }

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