#B8BFDE

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

Shades of Perano #B8BFDE

Tints of Perano #B8BFDE

Color information

#B8BFDE (or 0xB8BFDE) is unknown color: approx Perano. HEX triplet: B8, BF and DE. RGB value is (184,191,222). Sum of RGB (Red+Green+Blue) = 184+191+222=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFDE is #474021. Grayscale: #C0C0C0. Windows color (decimal): -4669474 or 14598072. OLE color: 14598072.

HSL color Cylindrical-coordinate representation of color #B8BFDE: hue angle of 228.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8BFDE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184191222-
CMYK0.170.1400.13
HSL228.95º36.54%79.61%-
HSV(B)228.95º17.12%87.06%-
XYZ51.5852.7376.57-
YUV192.44144.68121.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=30.82%
G=31.99%
B=37.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841912220.170.1400.13228.9536.5479.61
HexB8BFDE11E0De52550
Octal270277336211601534545120
Binary10111000101111111101111010001111001101111001011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFDE; }

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

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

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

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

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

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

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

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