#B0BDFE

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

Shades of Perano #B0BDFE

Tints of Perano #B0BDFE

Color information

#B0BDFE (or 0xB0BDFE) is unknown color: approx Perano. HEX triplet: B0, BD and FE. RGB value is (176,189,254). Sum of RGB (Red+Green+Blue) = 176+189+254=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDFE is #4F4201. Grayscale: #C0C0C0. Windows color (decimal): -5194242 or 16694704. OLE color: 16694704.

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

Color convert

RGB176189254-
CMYK0.310.2600.00
HSL230º97.5%84.31%-
HSV(B)230º30.71%99.61%-
XYZ53.9952.78101.11-
YUV192.52162.69116.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=28.43%
G=30.53%
B=41.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761892540.310.2600.0023097.584.31
HexB0BDFE1F1A00e66254
Octal260275376373200346142124
Binary1011000010111101111111101111111010001110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDFE; }

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

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

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

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

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

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

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

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