#B3BBEF

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

Shades of Perano #B3BBEF

Tints of Perano #B3BBEF

Color information

#B3BBEF (or 0xB3BBEF) is unknown color: approx Perano. HEX triplet: B3, BB and EF. RGB value is (179,187,239). Sum of RGB (Red+Green+Blue) = 179+187+239=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBEF is #4C4410. Grayscale: #BEBEBE. Windows color (decimal): -4998161 or 15711155. OLE color: 15711155.

HSL color Cylindrical-coordinate representation of color #B3BBEF: hue angle of 232º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BBEF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179187239-
CMYK0.250.2200.06
HSL232º65.22%81.96%-
HSV(B)232º25.1%93.73%-
XYZ51.9451.3688.84-
YUV190.54155.35119.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=29.59%
G=30.91%
B=39.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791872390.250.2200.0623265.2281.96
HexB3BBEF191606e84152
Octal263273357312606350101122
Binary101100111011101111101111110011011001101110100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBEF; }

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

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

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

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

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

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

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

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