#B8BEEF

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

Shades of Perano #B8BEEF

Tints of Perano #B8BEEF

Color information

#B8BEEF (or 0xB8BEEF) is unknown color: approx Perano. HEX triplet: B8, BE and EF. RGB value is (184,190,239). Sum of RGB (Red+Green+Blue) = 184+190+239=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEEF is #474110. Grayscale: #C1C1C1. Windows color (decimal): -4669713 or 15711928. OLE color: 15711928.

HSL color Cylindrical-coordinate representation of color #B8BEEF: hue angle of 233.45º 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 #B8BEEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184190239-
CMYK0.230.2100.06
HSL233.45º63.22%82.94%-
HSV(B)233.45º23.01%93.73%-
XYZ53.7653.2589.11-
YUV193.79153.51121.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=30.02%
G=31.00%
B=38.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841902390.230.2100.06233.4563.2282.94
HexB8BEEF171506e93f53
Octal27027635727250635177123
Binary10111000101111101110111110111101010110111010011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEEF; }

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

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

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

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

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

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

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

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