#B3BCDE

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

Shades of Perano #B3BCDE

Tints of Perano #B3BCDE

Color information

#B3BCDE (or 0xB3BCDE) is unknown color: approx Perano. HEX triplet: B3, BC and DE. RGB value is (179,188,222). Sum of RGB (Red+Green+Blue) = 179+188+222=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDE is #4C4321. Grayscale: #BDBDBD. Windows color (decimal): -4997922 or 14597299. OLE color: 14597299.

HSL color Cylindrical-coordinate representation of color #B3BCDE: hue angle of 227.44º 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 #B3BCDE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179188222-
CMYK0.190.1500.13
HSL227.44º39.45%78.63%-
HSV(B)227.44º19.37%87.06%-
XYZ49.7650.8276.29-
YUV189.18146.52120.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=30.39%
G=31.92%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791882220.190.1500.13227.4439.4578.63
HexB3BCDE13F0De3274f
Octal263274336231701534347117
Binary10110011101111001101111010011111101101111000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCDE; }

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

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

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

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

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

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

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

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