#B3BDEA

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

Shades of Perano #B3BDEA

Tints of Perano #B3BDEA

Color information

#B3BDEA (or 0xB3BDEA) is unknown color: approx Perano. HEX triplet: B3, BD and EA. RGB value is (179,189,234). Sum of RGB (Red+Green+Blue) = 179+189+234=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BDEA is #4C4215. Grayscale: #BEBEBE. Windows color (decimal): -4997654 or 15383987. OLE color: 15383987.

HSL color Cylindrical-coordinate representation of color #B3BDEA: hue angle of 229.09º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BDEA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179189234-
CMYK0.240.1900.08
HSL229.09º56.7%80.98%-
HSV(B)229.09º23.5%91.76%-
XYZ51.6451.9285.14-
YUV191.14152.19119.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=29.73%
G=31.40%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791892340.240.1900.08229.0956.780.98
HexB3BDEA181308e53951
Octal263275352302301034571121
Binary101100111011110111101010110001001101000111001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDEA; }

 p { color: rgb(179,189,234); }

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

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

 a { background-color: rgb(179,189,234); }

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

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

 span { border-color: rgb(179,189,234); }

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