#B7BAEE

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

Shades of Perano #B7BAEE

Tints of Perano #B7BAEE

Color information

#B7BAEE (or 0xB7BAEE) is unknown color: approx Perano. HEX triplet: B7, BA and EE. RGB value is (183,186,238). Sum of RGB (Red+Green+Blue) = 183+186+238=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAEE is #484511. Grayscale: #BEBEBE. Windows color (decimal): -4736274 or 15645367. OLE color: 15645367.

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

Color convert

RGB183186238-
CMYK0.230.2200.07
HSL236.73º61.8%82.55%-
HSV(B)236.73º23.11%93.33%-
XYZ52.5251.3688.03-
YUV191.03154.51122.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=30.15%
G=30.64%
B=39.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831862380.230.2200.07236.7361.882.55
HexB7BAEE171607ed3e53
Octal26727235627260735576123
Binary10110111101110101110111010111101100111111011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAEE; }

 p { color: rgb(183,186,238); }

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

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

 a { background-color: rgb(183,186,238); }

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

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

 span { border-color: rgb(183,186,238); }

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