#B3BAF3

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

Shades of Perano #B3BAF3

Tints of Perano #B3BAF3

Color information

#B3BAF3 (or 0xB3BAF3) is unknown color: approx Perano. HEX triplet: B3, BA and F3. RGB value is (179,186,243). Sum of RGB (Red+Green+Blue) = 179+186+243=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #B3BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAF3 is #4C450C. Grayscale: #BEBEBE. Windows color (decimal): -4998413 or 15973043. OLE color: 15973043.

HSL color Cylindrical-coordinate representation of color #B3BAF3: hue angle of 233.44º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3BAF3 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179186243-
CMYK0.260.2300.05
HSL233.44º72.73%82.75%-
HSV(B)233.44º26.34%95.29%-
XYZ52.3351.1791.91-
YUV190.4157.68119.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=29.44%
G=30.59%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791862430.260.2300.05233.4472.7382.75
HexB3BAF31A1705e94953
Octal263272363322705351111123
Binary101100111011101011110011110101011101011110100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAF3; }

 p { color: rgb(179,186,243); }

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

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

 a { background-color: rgb(179,186,243); }

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

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

 span { border-color: rgb(179,186,243); }

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