#B0B6FE

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

Shades of Perano #B0B6FE

Tints of Perano #B0B6FE

Color information

#B0B6FE (or 0xB0B6FE) is unknown color: approx Perano. HEX triplet: B0, B6 and FE. RGB value is (176,182,254). Sum of RGB (Red+Green+Blue) = 176+182+254=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B6FE is #4F4901. Grayscale: #BCBCBC. Windows color (decimal): -5196034 or 16692912. OLE color: 16692912.

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

Color convert

RGB176182254-
CMYK0.310.2800.00
HSL235.38º97.5%84.31%-
HSV(B)235.38º30.71%99.61%-
XYZ52.5249.84100.62-
YUV188.41165.01119.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.76%
GREEN value IS 182 (71.48% from 255) = 29.74%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=28.76%
G=29.74%
B=41.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761822540.310.2800.00235.3897.584.31
HexB0B6FE1F1C00eb6254
Octal260266376373400353142124
Binary1011000010110110111111101111111100001110101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6FE; }

 p { color: rgb(176,182,254); }

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

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

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

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

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

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

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