#B3BBEE

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

Shades of Perano #B3BBEE

Tints of Perano #B3BBEE

Color information

#B3BBEE (or 0xB3BBEE) is unknown color: approx Perano. HEX triplet: B3, BB and EE. RGB value is (179,187,238). Sum of RGB (Red+Green+Blue) = 179+187+238=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBEE is #4C4411. Grayscale: #BEBEBE. Windows color (decimal): -4998162 or 15645619. OLE color: 15645619.

HSL color Cylindrical-coordinate representation of color #B3BBEE: hue angle of 231.86º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BBEE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179187238-
CMYK0.250.2100.07
HSL231.86º63.44%81.76%-
HSV(B)231.86º24.79%93.33%-
XYZ51.7951.388.06-
YUV190.42154.85119.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=29.64%
G=30.96%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791872380.250.2100.07231.8663.4481.76
HexB3BBEE191507e83f52
Octal26327335631250735077122
Binary10110011101110111110111011001101010111111010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBEE; }

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

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

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

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

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

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

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

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