#B2B4FA

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

Shades of Perano #B2B4FA

Tints of Perano #B2B4FA

Color information

#B2B4FA (or 0xB2B4FA) is unknown color: approx Perano. HEX triplet: B2, B4 and FA. RGB value is (178,180,250). Sum of RGB (Red+Green+Blue) = 178+180+250=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B4FA is #4D4B05. Grayscale: #BBBBBB. Windows color (decimal): -5065478 or 16430258. OLE color: 16430258.

HSL color Cylindrical-coordinate representation of color #B2B4FA: hue angle of 238.33º 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 #B2B4FA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178180250-
CMYK0.290.2800.02
HSL238.33º87.8%83.92%-
HSV(B)238.33º28.8%98.04%-
XYZ51.9449.0197.16-
YUV187.38163.34121.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=29.28%
G=29.61%
B=41.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781802500.290.2800.02238.3387.883.92
HexB2B4FA1D1C02ee5854
Octal262264372353402356130124
Binary10110010101101001111101011101111000101110111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B4FA; }

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

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

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

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

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

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

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

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