#B3BDEB

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

Shades of Perano #B3BDEB

Tints of Perano #B3BDEB

Color information

#B3BDEB (or 0xB3BDEB) is unknown color: approx Perano. HEX triplet: B3, BD and EB. RGB value is (179,189,235). Sum of RGB (Red+Green+Blue) = 179+189+235=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BDEB is #4C4214. Grayscale: #BFBFBF. Windows color (decimal): -4997653 or 15449523. OLE color: 15449523.

HSL color Cylindrical-coordinate representation of color #B3BDEB: hue angle of 229.29º degrees, saturation: 0.58, 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 #B3BDEB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179189235-
CMYK0.240.2000.08
HSL229.29º58.33%81.18%-
HSV(B)229.29º23.83%92.16%-
XYZ51.7851.9885.9-
YUV191.25152.69119.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=29.68%
G=31.34%
B=38.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791892350.240.2000.08229.2958.3381.18
HexB3BDEB181408e53a51
Octal263275353302401034572121
Binary101100111011110111101011110001010001000111001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDEB; }

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

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

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

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

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

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

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

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