#B8BDEB

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

Shades of Perano #B8BDEB

Tints of Perano #B8BDEB

Color information

#B8BDEB (or 0xB8BDEB) is unknown color: approx Perano. HEX triplet: B8, BD and EB. RGB value is (184,189,235). Sum of RGB (Red+Green+Blue) = 184+189+235=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDEB is #474214. Grayscale: #C0C0C0. Windows color (decimal): -4669973 or 15449528. OLE color: 15449528.

HSL color Cylindrical-coordinate representation of color #B8BDEB: hue angle of 234.12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BDEB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184189235-
CMYK0.220.2000.08
HSL234.12º56.04%82.16%-
HSV(B)234.12º21.7%92.16%-
XYZ52.9652.5885.96-
YUV192.75151.84121.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.26%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=30.26%
G=31.09%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841892350.220.2000.08234.1256.0482.16
HexB8BDEB161408ea3852
Octal270275353262401035270122
Binary101110001011110111101011101101010001000111010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDEB; }

 p { color: rgb(184,189,235); }

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

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

 a { background-color: rgb(184,189,235); }

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

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

 span { border-color: rgb(184,189,235); }

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