#B2B4FE

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

Shades of Perano #B2B4FE

Tints of Perano #B2B4FE

Color information

#B2B4FE (or 0xB2B4FE) is unknown color: approx Perano. HEX triplet: B2, B4 and FE. RGB value is (178,180,254). Sum of RGB (Red+Green+Blue) = 178+180+254=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B4FE is #4D4B01. Grayscale: #BBBBBB. Windows color (decimal): -5065474 or 16692402. OLE color: 16692402.

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

Color convert

RGB178180254-
CMYK0.300.2900.00
HSL238.42º97.44%84.71%-
HSV(B)238.42º29.92%99.61%-
XYZ52.5749.26100.5-
YUV187.84165.34120.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=29.08%
G=29.41%
B=41.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781802540.300.2900.00238.4297.4484.71
HexB2B4FE1E1D00ee6155
Octal262264376363500356141125
Binary1011001010110100111111101111011101001110111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B4FE; }

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

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

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

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

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

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

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

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