#B0B0FD

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

Shades of Perano #B0B0FD

Tints of Perano #B0B0FD

Color information

#B0B0FD (or 0xB0B0FD) is unknown color: approx Perano. HEX triplet: B0, B0 and FD. RGB value is (176,176,253). Sum of RGB (Red+Green+Blue) = 176+176+253=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0B0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0B0FD is #4F4F02. Grayscale: #B8B8B8. Windows color (decimal): -5197571 or 16625840. OLE color: 16625840.

HSL color Cylindrical-coordinate representation of color #B0B0FD: hue angle of 240º 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 #B0B0FD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176176253-
CMYK0.300.3000.01
HSL240º95.06%84.12%-
HSV(B)240º30.43%99.22%-
XYZ51.1647.3799.38-
YUV184.78166.5121.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=29.09%
G=29.09%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761762530.300.3000.0124095.0684.12
HexB0B0FD1E1E01f05f54
Octal260260375363601360137124
Binary1011000010110000111111011111011110011111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0FD; }

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

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

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

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

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

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

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

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