#B0BEFD

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

Shades of Perano #B0BEFD

Tints of Perano #B0BEFD

Color information

#B0BEFD (or 0xB0BEFD) is unknown color: approx Perano. HEX triplet: B0, BE and FD. RGB value is (176,190,253). Sum of RGB (Red+Green+Blue) = 176+190+253=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEFD is #4F4102. Grayscale: #C0C0C0. Windows color (decimal): -5193987 or 16629424. OLE color: 16629424.

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

Color convert

RGB176190253-
CMYK0.300.2500.01
HSL229.09º95.06%84.12%-
HSV(B)229.09º30.43%99.22%-
XYZ54.0553.15100.34-
YUV193161.86115.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=28.43%
G=30.69%
B=40.87%

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
Decimal1761902530.300.2500.01229.0995.0684.12
HexB0BEFD1E1901e55f54
Octal260276375363101345137124
Binary1011000010111110111111011111011001011110010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEFD; }

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

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

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

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

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

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

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

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