#B2B9FA

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

Shades of Perano #B2B9FA

Tints of Perano #B2B9FA

Color information

#B2B9FA (or 0xB2B9FA) is unknown color: approx Perano. HEX triplet: B2, B9 and FA. RGB value is (178,185,250). Sum of RGB (Red+Green+Blue) = 178+185+250=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B9FA is #4D4605. Grayscale: #BEBEBE. Windows color (decimal): -5064198 or 16431538. OLE color: 16431538.

HSL color Cylindrical-coordinate representation of color #B2B9FA: hue angle of 234.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B9FA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178185250-
CMYK0.290.2600.02
HSL234.17º87.8%83.92%-
HSV(B)234.17º28.8%98.04%-
XYZ52.9651.0797.51-
YUV190.32161.68119.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=29.04%
G=30.18%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781852500.290.2600.02234.1787.883.92
HexB2B9FA1D1A02ea5854
Octal262271372353202352130124
Binary10110010101110011111101011101110100101110101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B9FA; }

 p { color: rgb(178,185,250); }

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

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

 a { background-color: rgb(178,185,250); }

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

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

 span { border-color: rgb(178,185,250); }

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