#B7B0F9

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

Shades of Perano #B7B0F9

Tints of Perano #B7B0F9

Color information

#B7B0F9 (or 0xB7B0F9) is unknown color: approx Perano. HEX triplet: B7, B0 and F9. RGB value is (183,176,249). Sum of RGB (Red+Green+Blue) = 183+176+249=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0F9 is #484F06. Grayscale: #BABABA. Windows color (decimal): -4738823 or 16363703. OLE color: 16363703.

HSL color Cylindrical-coordinate representation of color #B7B0F9: hue angle of 245.75º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7B0F9 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183176249-
CMYK0.270.2900.02
HSL245.75º85.88%83.33%-
HSV(B)245.75º29.32%97.65%-
XYZ52.1547.9696.13-
YUV186.42163.32125.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 176 (69.14% from 255) = 28.95%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=30.10%
G=28.95%
B=40.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831762490.270.2900.02245.7585.8883.33
HexB7B0F91B1D02f65653
Octal267260371333502366126123
Binary10110111101100001111100111011111010101111011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0F9; }

 p { color: rgb(183,176,249); }

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

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

 a { background-color: rgb(183,176,249); }

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

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

 span { border-color: rgb(183,176,249); }

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