#B7B1F8

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

Shades of Perano #B7B1F8

Tints of Perano #B7B1F8

Color information

#B7B1F8 (or 0xB7B1F8) is unknown color: approx Perano. HEX triplet: B7, B1 and F8. RGB value is (183,177,248). Sum of RGB (Red+Green+Blue) = 183+177+248=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7B1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B1F8 is #484E07. Grayscale: #BABABA. Windows color (decimal): -4738568 or 16298423. OLE color: 16298423.

HSL color Cylindrical-coordinate representation of color #B7B1F8: hue angle of 245.07º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7B1F8 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183177248-
CMYK0.260.2900.03
HSL245.07º83.53%83.33%-
HSV(B)245.07º28.63%97.25%-
XYZ52.1948.2995.38-
YUV186.89162.49125.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 248 (97.27% from 255) = 40.79%
R=30.10%
G=29.11%
B=40.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831772480.260.2900.03245.0783.5383.33
HexB7B1F81A1D03f55453
Octal267261370323503365124123
Binary10110111101100011111100011010111010111111010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1F8; }

 p { color: rgb(183,177,248); }

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

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

 a { background-color: rgb(183,177,248); }

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

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

 span { border-color: rgb(183,177,248); }

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