#B7BFFA

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

Shades of Perano #B7BFFA

Tints of Perano #B7BFFA

Color information

#B7BFFA (or 0xB7BFFA) is unknown color: approx Perano. HEX triplet: B7, BF and FA. RGB value is (183,191,250). Sum of RGB (Red+Green+Blue) = 183+191+250=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 191 (75% from 255 or 30.61% 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 #B7BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFFA is #484005. Grayscale: #C3C3C3. Windows color (decimal): -4734982 or 16433079. OLE color: 16433079.

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

Color convert

RGB183191250-
CMYK0.270.2400.02
HSL232.84º87.01%84.9%-
HSV(B)232.84º26.8%98.04%-
XYZ55.4154.2397.99-
YUV195.33158.85119.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.33%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=29.33%
G=30.61%
B=40.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831912500.270.2400.02232.8487.0184.9
HexB7BFFA1B1802e95755
Octal267277372333002351127125
Binary10110111101111111111101011011110000101110100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFFA; }

 p { color: rgb(183,191,250); }

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

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

 a { background-color: rgb(183,191,250); }

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

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

 span { border-color: rgb(183,191,250); }

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