#B3BBDF

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

Shades of Perano #B3BBDF

Tints of Perano #B3BBDF

Color information

#B3BBDF (or 0xB3BBDF) is unknown color: approx Perano. HEX triplet: B3, BB and DF. RGB value is (179,187,223). Sum of RGB (Red+Green+Blue) = 179+187+223=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDF is #4C4420. Grayscale: #BCBCBC. Windows color (decimal): -4998177 or 14662579. OLE color: 14662579.

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

Color convert

RGB179187223-
CMYK0.200.1600.13
HSL229.09º40.74%78.82%-
HSV(B)229.09º19.73%87.45%-
XYZ49.6850.4576.93-
YUV188.71147.35121.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=30.39%
G=31.75%
B=37.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791872230.200.1600.13229.0940.7478.82
HexB3BBDF14100De5294f
Octal263273337242001534551117
Binary101100111011101111011111101001000001101111001011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBDF; }

 p { color: rgb(179,187,223); }

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

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

 a { background-color: rgb(179,187,223); }

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

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

 span { border-color: rgb(179,187,223); }

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