#B2BAFD

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

Shades of Perano #B2BAFD

Tints of Perano #B2BAFD

Color information

#B2BAFD (or 0xB2BAFD) is unknown color: approx Perano. HEX triplet: B2, BA and FD. RGB value is (178,186,253). Sum of RGB (Red+Green+Blue) = 178+186+253=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAFD is #4D4502. Grayscale: #BEBEBE. Windows color (decimal): -5063939 or 16628402. OLE color: 16628402.

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

Color convert

RGB178186253-
CMYK0.300.2600.01
HSL233.6º94.94%84.51%-
HSV(B)233.6º29.64%99.22%-
XYZ53.6551.67100.08-
YUV191.25162.85118.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.85%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=28.85%
G=30.15%
B=41.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781862530.300.2600.01233.694.9484.51
HexB2BAFD1E1A01ea5f55
Octal262272375363201352137125
Binary1011001010111010111111011111011010011110101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAFD; }

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

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

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

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

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

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

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

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