#B2B8FD

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

Shades of Perano #B2B8FD

Tints of Perano #B2B8FD

Color information

#B2B8FD (or 0xB2B8FD) is unknown color: approx Perano. HEX triplet: B2, B8 and FD. RGB value is (178,184,253). Sum of RGB (Red+Green+Blue) = 178+184+253=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2B8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B8FD is #4D4702. Grayscale: #BDBDBD. Windows color (decimal): -5064451 or 16627890. OLE color: 16627890.

HSL color Cylindrical-coordinate representation of color #B2B8FD: hue angle of 235.2º 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 #B2B8FD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178184253-
CMYK0.300.2700.01
HSL235.2º94.94%84.51%-
HSV(B)235.2º29.64%99.22%-
XYZ53.2350.8499.94-
YUV190.07163.51119.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=28.94%
G=29.92%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781842530.300.2700.01235.294.9484.51
HexB2B8FD1E1B01eb5f55
Octal262270375363301353137125
Binary1011001010111000111111011111011011011110101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B8FD; }

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

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

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

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

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

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

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

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