#B8BBEF

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

Shades of Perano #B8BBEF

Tints of Perano #B8BBEF

Color information

#B8BBEF (or 0xB8BBEF) is unknown color: approx Perano. HEX triplet: B8, BB and EF. RGB value is (184,187,239). Sum of RGB (Red+Green+Blue) = 184+187+239=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBEF is #474410. Grayscale: #BFBFBF. Windows color (decimal): -4670481 or 15711160. OLE color: 15711160.

HSL color Cylindrical-coordinate representation of color #B8BBEF: hue angle of 236.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BBEF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184187239-
CMYK0.230.2200.06
HSL236.73º63.22%82.94%-
HSV(B)236.73º23.01%93.73%-
XYZ53.1251.9688.89-
YUV192.03154.51122.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=30.16%
G=30.66%
B=39.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841872390.230.2200.06236.7363.2282.94
HexB8BBEF171606ed3f53
Octal27027335727260635577123
Binary10111000101110111110111110111101100110111011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBEF; }

 p { color: rgb(184,187,239); }

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

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

 a { background-color: rgb(184,187,239); }

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

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

 span { border-color: rgb(184,187,239); }

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