#B2BEDD

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

Shades of Perano #B2BEDD

Tints of Perano #B2BEDD

Color information

#B2BEDD (or 0xB2BEDD) is unknown color: approx Perano. HEX triplet: B2, BE and DD. RGB value is (178,190,221). Sum of RGB (Red+Green+Blue) = 178+190+221=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDD is #4D4122. Grayscale: #BDBDBD. Windows color (decimal): -5062947 or 14532274. OLE color: 14532274.

HSL color Cylindrical-coordinate representation of color #B2BEDD: hue angle of 223.26º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BEDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178190221-
CMYK0.190.1400.13
HSL223.26º38.74%78.24%-
HSV(B)223.26º19.46%86.67%-
XYZ49.8251.5175.72-
YUV189.95145.52119.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=30.22%
G=32.26%
B=37.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781902210.190.1400.13223.2638.7478.24
HexB2BEDD13E0Ddf274e
Octal262276335231601533747116
Binary10110010101111101101110110011111001101110111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEDD; }

 p { color: rgb(178,190,221); }

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

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

 a { background-color: rgb(178,190,221); }

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

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

 span { border-color: rgb(178,190,221); }

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