#B2BAFF

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

Shades of Perano #B2BAFF

Tints of Perano #B2BAFF

Color information

#B2BAFF (or 0xB2BAFF) is unknown color: approx Perano. HEX triplet: B2, BA and FF. RGB value is (178,186,255). Sum of RGB (Red+Green+Blue) = 178+186+255=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAFF is #4D4500. Grayscale: #BFBFBF. Windows color (decimal): -5063937 or 16759474. OLE color: 16759474.

HSL color Cylindrical-coordinate representation of color #B2BAFF: hue angle of 233.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BAFF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178186255-
CMYK0.300.2700
HSL233.77º100%84.9%-
HSV(B)233.77º30.2%100%-
XYZ53.9751.8101.76-
YUV191.47163.85118.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.76%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 255 (100% from 255) = 41.20%
R=28.76%
G=30.05%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781862550.300.2700233.7710084.9
HexB2BAFF1E1B00ea6455
Octal262272377363300352144125
Binary1011001010111010111111111111011011001110101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAFF; }

 p { color: rgb(178,186,255); }

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

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

 a { background-color: rgb(178,186,255); }

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

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

 span { border-color: rgb(178,186,255); }

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