#B4B4FF

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

Shades of Perano #B4B4FF

Tints of Perano #B4B4FF

Color information

#B4B4FF (or 0xB4B4FF) is unknown color: approx Perano. HEX triplet: B4, B4 and FF. RGB value is (180,180,255). Sum of RGB (Red+Green+Blue) = 180+180+255=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B4FF is #4B4B00. Grayscale: #BCBCBC. Windows color (decimal): -4934401 or 16757940. OLE color: 16757940.

HSL color Cylindrical-coordinate representation of color #B4B4FF: hue angle of 240º 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 #B4B4FF is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180180255-
CMYK0.290.2900
HSL240º100%85.29%-
HSV(B)240º29.41%100%-
XYZ53.1949.57101.37-
YUV188.55165.5121.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 255 (100% from 255) = 41.46%
R=29.27%
G=29.27%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801802550.290.290024010085.29
HexB4B4FF1D1D00f06455
Octal264264377353500360144125
Binary1011010010110100111111111110111101001111000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4FF; }

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

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

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

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

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

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

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

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