#B0BEEE

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

Shades of Perano #B0BEEE

Tints of Perano #B0BEEE

Color information

#B0BEEE (or 0xB0BEEE) is unknown color: approx Perano. HEX triplet: B0, BE and EE. RGB value is (176,190,238). Sum of RGB (Red+Green+Blue) = 176+190+238=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0BEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEEE is #4F4111. Grayscale: #BFBFBF. Windows color (decimal): -5194002 or 15646384. OLE color: 15646384.

HSL color Cylindrical-coordinate representation of color #B0BEEE: hue angle of 226.45º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BEEE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176190238-
CMYK0.260.2000.07
HSL226.45º64.58%81.18%-
HSV(B)226.45º26.05%93.33%-
XYZ51.7552.2388.24-
YUV191.29154.36117.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=29.14%
G=31.46%
B=39.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761902380.260.2000.07226.4564.5881.18
HexB0BEEE1A1407e24151
Octal260276356322407342101121
Binary101100001011111011101110110101010001111110001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEEE; }

 p { color: rgb(176,190,238); }

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

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

 a { background-color: rgb(176,190,238); }

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

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

 span { border-color: rgb(176,190,238); }

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