#B2BDEA

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

Shades of Perano #B2BDEA

Tints of Perano #B2BDEA

Color information

#B2BDEA (or 0xB2BDEA) is unknown color: approx Perano. HEX triplet: B2, BD and EA. RGB value is (178,189,234). Sum of RGB (Red+Green+Blue) = 178+189+234=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDEA is #4D4215. Grayscale: #BEBEBE. Windows color (decimal): -5063190 or 15383986. OLE color: 15383986.

HSL color Cylindrical-coordinate representation of color #B2BDEA: hue angle of 228.21º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BDEA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178189234-
CMYK0.240.1900.08
HSL228.21º57.14%80.78%-
HSV(B)228.21º23.93%91.76%-
XYZ51.4151.885.13-
YUV190.84152.36118.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=29.62%
G=31.45%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781892340.240.1900.08228.2157.1480.78
HexB2BDEA181308e43951
Octal262275352302301034471121
Binary101100101011110111101010110001001101000111001001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDEA; }

 p { color: rgb(178,189,234); }

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

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

 a { background-color: rgb(178,189,234); }

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

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

 span { border-color: rgb(178,189,234); }

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