#B3BADE

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

Shades of Perano #B3BADE

Tints of Perano #B3BADE

Color information

#B3BADE (or 0xB3BADE) is unknown color: approx Perano. HEX triplet: B3, BA and DE. RGB value is (179,186,222). Sum of RGB (Red+Green+Blue) = 179+186+222=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADE is #4C4521. Grayscale: #BBBBBB. Windows color (decimal): -4998434 or 14596787. OLE color: 14596787.

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

Color convert

RGB179186222-
CMYK0.190.1600.13
HSL230.23º39.45%78.63%-
HSV(B)230.23º19.37%87.06%-
XYZ49.3349.9876.15-
YUV188.01147.18121.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=30.49%
G=31.69%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791862220.190.1600.13230.2339.4578.63
HexB3BADE13100De6274f
Octal263272336232001534647117
Binary101100111011101011011110100111000001101111001101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BADE; }

 p { color: rgb(179,186,222); }

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

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

 a { background-color: rgb(179,186,222); }

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

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

 span { border-color: rgb(179,186,222); }

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