#B8BEFA

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

Shades of Perano #B8BEFA

Tints of Perano #B8BEFA

Color information

#B8BEFA (or 0xB8BEFA) is unknown color: approx Perano. HEX triplet: B8, BE and FA. RGB value is (184,190,250). Sum of RGB (Red+Green+Blue) = 184+190+250=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEFA is #474105. Grayscale: #C2C2C2. Windows color (decimal): -4669702 or 16432824. OLE color: 16432824.

HSL color Cylindrical-coordinate representation of color #B8BEFA: hue angle of 234.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8BEFA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184190250-
CMYK0.260.2400.02
HSL234.55º86.84%85.1%-
HSV(B)234.55º26.4%98.04%-
XYZ55.4453.9297.93-
YUV195.05159.01120.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=29.49%
G=30.45%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841902500.260.2400.02234.5586.8485.1
HexB8BEFA1A1802eb5755
Octal270276372323002353127125
Binary10111000101111101111101011010110000101110101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEFA; }

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

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

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

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

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

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

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

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