#B4B9FA

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

Shades of Perano #B4B9FA

Tints of Perano #B4B9FA

Color information

#B4B9FA (or 0xB4B9FA) is unknown color: approx Perano. HEX triplet: B4, B9 and FA. RGB value is (180,185,250). Sum of RGB (Red+Green+Blue) = 180+185+250=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B9FA is #4B4605. Grayscale: #BEBEBE. Windows color (decimal): -4933126 or 16431540. OLE color: 16431540.

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

Color convert

RGB180185250-
CMYK0.280.2600.02
HSL235.71º87.5%84.31%-
HSV(B)235.71º28%98.04%-
XYZ53.4351.397.53-
YUV190.92161.34120.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=29.27%
G=30.08%
B=40.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801852500.280.2600.02235.7187.584.31
HexB4B9FA1C1A02ec5854
Octal264271372343202354130124
Binary10110100101110011111101011100110100101110110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9FA; }

 p { color: rgb(180,185,250); }

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

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

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

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

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

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

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