#B0BFEE

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

Shades of Perano #B0BFEE

Tints of Perano #B0BFEE

Color information

#B0BFEE (or 0xB0BFEE) is unknown color: approx Perano. HEX triplet: B0, BF and EE. RGB value is (176,191,238). Sum of RGB (Red+Green+Blue) = 176+191+238=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFEE is #4F4011. Grayscale: #BFBFBF. Windows color (decimal): -5193746 or 15646640. OLE color: 15646640.

HSL color Cylindrical-coordinate representation of color #B0BFEE: hue angle of 225.48º 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 #B0BFEE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176191238-
CMYK0.260.2000.07
HSL225.48º64.58%81.18%-
HSV(B)225.48º26.05%93.33%-
XYZ51.9752.6688.32-
YUV191.87154.03116.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=29.09%
G=31.57%
B=39.34%

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
Decimal1761912380.260.2000.07225.4864.5881.18
HexB0BFEE1A1407e14151
Octal260277356322407341101121
Binary101100001011111111101110110101010001111110000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFEE; }

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

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

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

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

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

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

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

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