#B8BFEB

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

Shades of Perano #B8BFEB

Tints of Perano #B8BFEB

Color information

#B8BFEB (or 0xB8BFEB) is unknown color: approx Perano. HEX triplet: B8, BF and EB. RGB value is (184,191,235). Sum of RGB (Red+Green+Blue) = 184+191+235=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFEB is #474014. Grayscale: #C1C1C1. Windows color (decimal): -4669461 or 15450040. OLE color: 15450040.

HSL color Cylindrical-coordinate representation of color #B8BFEB: hue angle of 231.76º 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 #B8BFEB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184191235-
CMYK0.220.1900.08
HSL231.76º56.04%82.16%-
HSV(B)231.76º21.7%92.16%-
XYZ53.3953.4586.1-
YUV193.92151.18120.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=30.16%
G=31.31%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841912350.220.1900.08231.7656.0482.16
HexB8BFEB161308e83852
Octal270277353262301035070122
Binary101110001011111111101011101101001101000111010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFEB; }

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

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

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

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

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

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

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

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