#B0B4FD

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

Shades of Perano #B0B4FD

Tints of Perano #B0B4FD

Color information

#B0B4FD (or 0xB0B4FD) is unknown color: approx Perano. HEX triplet: B0, B4 and FD. RGB value is (176,180,253). Sum of RGB (Red+Green+Blue) = 176+180+253=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0B4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B4FD is #4F4B02. Grayscale: #BABABA. Windows color (decimal): -5196547 or 16626864. OLE color: 16626864.

HSL color Cylindrical-coordinate representation of color #B0B4FD: hue angle of 236.88º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B4FD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176180253-
CMYK0.300.2900.01
HSL236.88º95.06%84.12%-
HSV(B)236.88º30.43%99.22%-
XYZ51.9648.9699.64-
YUV187.13165.17120.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=28.90%
G=29.56%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761802530.300.2900.01236.8895.0684.12
HexB0B4FD1E1D01ed5f54
Octal260264375363501355137124
Binary1011000010110100111111011111011101011110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4FD; }

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

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

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

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

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

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

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

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