#B0B4FE

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

Shades of Perano #B0B4FE

Tints of Perano #B0B4FE

Color information

#B0B4FE (or 0xB0B4FE) is unknown color: approx Perano. HEX triplet: B0, B4 and FE. RGB value is (176,180,254). Sum of RGB (Red+Green+Blue) = 176+180+254=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B4FE is #4F4B01. Grayscale: #BABABA. Windows color (decimal): -5196546 or 16692400. OLE color: 16692400.

HSL color Cylindrical-coordinate representation of color #B0B4FE: hue angle of 236.92º 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 #B0B4FE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176180254-
CMYK0.310.2900.00
HSL236.92º97.5%84.31%-
HSV(B)236.92º30.71%99.61%-
XYZ52.1249.03100.48-
YUV187.24165.67119.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=28.85%
G=29.51%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761802540.310.2900.00236.9297.584.31
HexB0B4FE1F1D00ed6254
Octal260264376373500355142124
Binary1011000010110100111111101111111101001110110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4FE; }

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

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

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

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

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

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

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

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