#B3BCDA

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

Shades of Perano #B3BCDA

Tints of Perano #B3BCDA

Color information

#B3BCDA (or 0xB3BCDA) is unknown color: approx Perano. HEX triplet: B3, BC and DA. RGB value is (179,188,218). Sum of RGB (Red+Green+Blue) = 179+188+218=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDA is #4C4325. Grayscale: #BCBCBC. Windows color (decimal): -4997926 or 14335155. OLE color: 14335155.

HSL color Cylindrical-coordinate representation of color #B3BCDA: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BCDA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179188218-
CMYK0.180.1400.15
HSL226.15º34.51%77.84%-
HSV(B)226.15º17.89%85.49%-
XYZ49.2350.6173.5-
YUV188.73144.52121.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=30.60%
G=32.14%
B=37.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791882180.180.1400.15226.1534.5177.84
HexB3BCDA12E0Fe2234e
Octal263274332221601734243116
Binary10110011101111001101101010010111001111111000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCDA; }

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

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

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

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

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

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

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

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