#B3BCEE

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

Shades of Perano #B3BCEE

Tints of Perano #B3BCEE

Color information

#B3BCEE (or 0xB3BCEE) is unknown color: approx Perano. HEX triplet: B3, BC and EE. RGB value is (179,188,238). Sum of RGB (Red+Green+Blue) = 179+188+238=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BCEE is #4C4311. Grayscale: #BEBEBE. Windows color (decimal): -4997906 or 15645875. OLE color: 15645875.

HSL color Cylindrical-coordinate representation of color #B3BCEE: hue angle of 230.85º 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 #B3BCEE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179188238-
CMYK0.250.2100.07
HSL230.85º63.44%81.76%-
HSV(B)230.85º24.79%93.33%-
XYZ52.0151.7288.13-
YUV191.01154.52119.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=29.59%
G=31.07%
B=39.34%

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
Decimal1791882380.250.2100.07230.8563.4481.76
HexB3BCEE191507e73f52
Octal26327435631250734777122
Binary10110011101111001110111011001101010111111001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCEE; }

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

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

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

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

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

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

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

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