#B0BFFD

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

Shades of Perano #B0BFFD

Tints of Perano #B0BFFD

Color information

#B0BFFD (or 0xB0BFFD) is unknown color: approx Perano. HEX triplet: B0, BF and FD. RGB value is (176,191,253). Sum of RGB (Red+Green+Blue) = 176+191+253=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFD is #4F4002. Grayscale: #C1C1C1. Windows color (decimal): -5193731 or 16629680. OLE color: 16629680.

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

Color convert

RGB176191253-
CMYK0.300.2500.01
HSL228.31º95.06%84.12%-
HSV(B)228.31º30.43%99.22%-
XYZ54.2653.58100.41-
YUV193.58161.53115.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=28.39%
G=30.81%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761912530.300.2500.01228.3195.0684.12
HexB0BFFD1E1901e45f54
Octal260277375363101344137124
Binary1011000010111111111111011111011001011110010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFFD; }

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

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

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

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

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

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

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

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