#B8BCEB

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

Shades of Perano #B8BCEB

Tints of Perano #B8BCEB

Color information

#B8BCEB (or 0xB8BCEB) is unknown color: approx Perano. HEX triplet: B8, BC and EB. RGB value is (184,188,235). Sum of RGB (Red+Green+Blue) = 184+188+235=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCEB is #474314. Grayscale: #BFBFBF. Windows color (decimal): -4670229 or 15449272. OLE color: 15449272.

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

Color convert

RGB184188235-
CMYK0.220.200.08
HSL235.29º56.04%82.16%-
HSV(B)235.29º21.7%92.16%-
XYZ52.7552.1585.88-
YUV192.16152.17122.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.31%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=30.31%
G=30.97%
B=38.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841882350.220.200.08235.2956.0482.16
HexB8BCEB161408eb3852
Octal270274353262401035370122
Binary101110001011110011101011101101010001000111010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCEB; }

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

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

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

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

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

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

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

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