#B8BEDA

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

Shades of Perano #B8BEDA

Tints of Perano #B8BEDA

Color information

#B8BEDA (or 0xB8BEDA) is unknown color: approx Perano. HEX triplet: B8, BE and DA. RGB value is (184,190,218). Sum of RGB (Red+Green+Blue) = 184+190+218=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEDA is #474125. Grayscale: #BFBFBF. Windows color (decimal): -4669734 or 14335672. OLE color: 14335672.

HSL color Cylindrical-coordinate representation of color #B8BEDA: hue angle of 229.41º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BEDA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184190218-
CMYK0.160.1300.15
HSL229.41º31.48%78.82%-
HSV(B)229.41º15.6%85.49%-
XYZ50.8452.0873.7-
YUV191.4143.01122.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=31.08%
G=32.09%
B=36.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841902180.160.1300.15229.4131.4878.82
HexB8BEDA10D0Fe51f4f
Octal270276332201501734537117
Binary1011100010111110110110101000011010111111100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEDA; }

 p { color: rgb(184,190,218); }

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

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

 a { background-color: rgb(184,190,218); }

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

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

 span { border-color: rgb(184,190,218); }

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