#B3BEDD

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

Shades of Perano #B3BEDD

Tints of Perano #B3BEDD

Color information

#B3BEDD (or 0xB3BEDD) is unknown color: approx Perano. HEX triplet: B3, BE and DD. RGB value is (179,190,221). Sum of RGB (Red+Green+Blue) = 179+190+221=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEDD is #4C4122. Grayscale: #BEBEBE. Windows color (decimal): -4997411 or 14532275. OLE color: 14532275.

HSL color Cylindrical-coordinate representation of color #B3BEDD: hue angle of 224.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BEDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179190221-
CMYK0.190.1400.13
HSL224.29º38.18%78.43%-
HSV(B)224.29º19%86.67%-
XYZ50.0651.6375.73-
YUV190.24145.36119.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=30.34%
G=32.20%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791902210.190.1400.13224.2938.1878.43
HexB3BEDD13E0De0264e
Octal263276335231601534046116
Binary10110011101111101101110110011111001101111000001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEDD; }

 p { color: rgb(179,190,221); }

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

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

 a { background-color: rgb(179,190,221); }

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

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

 span { border-color: rgb(179,190,221); }

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