#B4B8FD

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

Shades of Perano #B4B8FD

Tints of Perano #B4B8FD

Color information

#B4B8FD (or 0xB4B8FD) is unknown color: approx Perano. HEX triplet: B4, B8 and FD. RGB value is (180,184,253). Sum of RGB (Red+Green+Blue) = 180+184+253=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4B8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B8FD is #4B4702. Grayscale: #BEBEBE. Windows color (decimal): -4933379 or 16627892. OLE color: 16627892.

HSL color Cylindrical-coordinate representation of color #B4B8FD: hue angle of 236.71º degrees, saturation: 0.95, 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 #B4B8FD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180184253-
CMYK0.290.2700.01
HSL236.71º94.81%84.9%-
HSV(B)236.71º28.85%99.22%-
XYZ53.6951.0899.96-
YUV190.67163.17120.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=29.17%
G=29.82%
B=41.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801842530.290.2700.01236.7194.8184.9
HexB4B8FD1D1B01ed5f55
Octal264270375353301355137125
Binary1011010010111000111111011110111011011110110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8FD; }

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

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

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

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

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

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

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

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