#B7BEE6

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

Shades of Perano #B7BEE6

Tints of Perano #B7BEE6

Color information

#B7BEE6 (or 0xB7BEE6) is unknown color: approx Perano. HEX triplet: B7, BE and E6. RGB value is (183,190,230). Sum of RGB (Red+Green+Blue) = 183+190+230=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEE6 is #484119. Grayscale: #C0C0C0. Windows color (decimal): -4735258 or 15122103. OLE color: 15122103.

HSL color Cylindrical-coordinate representation of color #B7BEE6: hue angle of 231.06º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7BEE6 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183190230-
CMYK0.200.1700.10
HSL231.06º48.45%80.98%-
HSV(B)231.06º20.43%90.2%-
XYZ52.2252.6182.26-
YUV192.47149.18121.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=30.35%
G=31.51%
B=38.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831902300.200.1700.10231.0648.4580.98
HexB7BEE614110Ae73051
Octal267276346242101234760121
Binary101101111011111011100110101001000101010111001111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEE6; }

 p { color: rgb(183,190,230); }

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

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

 a { background-color: rgb(183,190,230); }

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

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

 span { border-color: rgb(183,190,230); }

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