#B9BFEE

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

Shades of Perano #B9BFEE

Tints of Perano #B9BFEE

Color information

#B9BFEE (or 0xB9BFEE) is unknown color: approx Perano. HEX triplet: B9, BF and EE. RGB value is (185,191,238). Sum of RGB (Red+Green+Blue) = 185+191+238=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFEE is #464011. Grayscale: #C2C2C2. Windows color (decimal): -4603922 or 15646649. OLE color: 15646649.

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

Color convert

RGB185191238-
CMYK0.220.2000.07
HSL233.21º60.92%82.94%-
HSV(B)233.21º22.27%93.33%-
XYZ54.0753.7588.41-
YUV194.56152.51121.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=30.13%
G=31.11%
B=38.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851912380.220.2000.07233.2160.9282.94
HexB9BFEE161407e93d53
Octal27127735626240735175123
Binary10111001101111111110111010110101000111111010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFEE; }

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

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

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

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

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

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

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

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