#B4B8F2

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

Shades of Perano #B4B8F2

Tints of Perano #B4B8F2

Color information

#B4B8F2 (or 0xB4B8F2) is unknown color: approx Perano. HEX triplet: B4, B8 and F2. RGB value is (180,184,242). Sum of RGB (Red+Green+Blue) = 180+184+242=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4B8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B8F2 is #4B470D. Grayscale: #BDBDBD. Windows color (decimal): -4933390 or 15906996. OLE color: 15906996.

HSL color Cylindrical-coordinate representation of color #B4B8F2: hue angle of 236.13º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4B8F2 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180184242-
CMYK0.260.2400.05
HSL236.13º70.45%82.75%-
HSV(B)236.13º25.62%94.9%-
XYZ51.9950.490.99-
YUV189.42157.67121.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 242 (94.92% from 255) = 39.93%
R=29.70%
G=30.36%
B=39.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801842420.260.2400.05236.1370.4582.75
HexB4B8F21A1805ec4653
Octal264270362323005354106123
Binary101101001011100011110010110101100001011110110010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8F2; }

 p { color: rgb(180,184,242); }

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

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

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

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

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

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

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