#B4B7FF

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

Shades of Perano #B4B7FF

Tints of Perano #B4B7FF

Color information

#B4B7FF (or 0xB4B7FF) is unknown color: approx Perano. HEX triplet: B4, B7 and FF. RGB value is (180,183,255). Sum of RGB (Red+Green+Blue) = 180+183+255=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B7FF is #4B4800. Grayscale: #BEBEBE. Windows color (decimal): -4933633 or 16758708. OLE color: 16758708.

HSL color Cylindrical-coordinate representation of color #B4B7FF: hue angle of 237.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4B7FF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180183255-
CMYK0.290.2800
HSL237.6º100%85.29%-
HSV(B)237.6º29.41%100%-
XYZ53.8150.79101.58-
YUV190.31164.51120.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 255 (100% from 255) = 41.26%
R=29.13%
G=29.61%
B=41.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801832550.290.2800237.610085.29
HexB4B7FF1D1C00ee6455
Octal264267377353400356144125
Binary1011010010110111111111111110111100001110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7FF; }

 p { color: rgb(180,183,255); }

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

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

 a { background-color: rgb(180,183,255); }

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

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

 span { border-color: rgb(180,183,255); }

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