#b7beef

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

Shades of Perano #B7BEEF

Tints of Perano #B7BEEF

Color information

#B7BEEF (or 0xB7BEEF) is unknown color: approx Perano. HEX triplet: B7, BE and EF. RGB value is (183,190,239). Sum of RGB (Red+Green+Blue) = 183+190+239=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEEF is #484110. Grayscale: #C1C1C1. Windows color (decimal): -4735249 or 15711927. OLE color: 15711927.

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

Color convert

RGB183190239-
CMYK0.230.2100.06
HSL232.5º63.64%82.75%-
HSV(B)232.5º23.43%93.73%-
XYZ53.5253.1389.09-
YUV193.49153.68120.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.90%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=29.90%
G=31.05%
B=39.05%

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
Decimal1831902390.230.2100.06232.563.6482.75
HexB7BEEF171506e84053
Octal267276357272506350100123
Binary101101111011111011101111101111010101101110100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7beef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7beef; }

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

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

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

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

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

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

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

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