#B7B2F8

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

Shades of Perano #B7B2F8

Tints of Perano #B7B2F8

Color information

#B7B2F8 (or 0xB7B2F8) is unknown color: approx Perano. HEX triplet: B7, B2 and F8. RGB value is (183,178,248). Sum of RGB (Red+Green+Blue) = 183+178+248=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7B2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B2F8 is #484D07. Grayscale: #BBBBBB. Windows color (decimal): -4738312 or 16298679. OLE color: 16298679.

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

Color convert

RGB183178248-
CMYK0.260.2800.03
HSL244.29º83.33%83.53%-
HSV(B)244.29º28.23%97.25%-
XYZ52.3948.6995.44-
YUV187.47162.16124.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=30.05%
G=29.23%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831782480.260.2800.03244.2983.3383.53
HexB7B2F81A1C03f45354
Octal267262370323403364123124
Binary10110111101100101111100011010111000111111010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B2F8; }

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

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

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

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

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

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

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

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