#B4B5FC

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

Shades of Perano #B4B5FC

Tints of Perano #B4B5FC

Color information

#B4B5FC (or 0xB4B5FC) is unknown color: approx Perano. HEX triplet: B4, B5 and FC. RGB value is (180,181,252). Sum of RGB (Red+Green+Blue) = 180+181+252=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B5FC is #4B4A03. Grayscale: #BCBCBC. Windows color (decimal): -4934148 or 16561588. OLE color: 16561588.

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

Color convert

RGB180181252-
CMYK0.290.2800.01
HSL239.17º92.31%84.71%-
HSV(B)239.17º28.57%98.82%-
XYZ52.9249.7898.91-
YUV188.8163.67121.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.36%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=29.36%
G=29.53%
B=41.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801812520.290.2800.01239.1792.3184.71
HexB4B5FC1D1C01ef5c55
Octal264265374353401357134125
Binary1011010010110101111111001110111100011110111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5FC; }

 p { color: rgb(180,181,252); }

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

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

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

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

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

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

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