#B8BFEA

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

Shades of Perano #B8BFEA

Tints of Perano #B8BFEA

Color information

#B8BFEA (or 0xB8BFEA) is unknown color: approx Perano. HEX triplet: B8, BF and EA. RGB value is (184,191,234). Sum of RGB (Red+Green+Blue) = 184+191+234=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFEA is #474015. Grayscale: #C1C1C1. Windows color (decimal): -4669462 or 15384504. OLE color: 15384504.

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

Color convert

RGB184191234-
CMYK0.210.1800.08
HSL231.6º54.35%81.96%-
HSV(B)231.6º21.37%91.76%-
XYZ53.2553.3985.34-
YUV193.81150.68121-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=30.21%
G=31.36%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841912340.210.1800.08231.654.3581.96
HexB8BFEA151208e83652
Octal270277352252201035066122
Binary101110001011111111101010101011001001000111010001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFEA; }

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

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

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

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

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

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

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

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