#B9BFED

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

Shades of Perano #B9BFED

Tints of Perano #B9BFED

Color information

#B9BFED (or 0xB9BFED) is unknown color: approx Perano. HEX triplet: B9, BF and ED. RGB value is (185,191,237). Sum of RGB (Red+Green+Blue) = 185+191+237=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFED is #464012. Grayscale: #C2C2C2. Windows color (decimal): -4603923 or 15581113. OLE color: 15581113.

HSL color Cylindrical-coordinate representation of color #B9BFED: hue angle of 233.08º degrees, saturation: 0.59, 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 #B9BFED is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185191237-
CMYK0.220.1900.07
HSL233.08º59.09%82.75%-
HSV(B)233.08º21.94%92.94%-
XYZ53.9253.6987.64-
YUV194.45152.01121.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.18%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=30.18%
G=31.16%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851912370.220.1900.07233.0859.0982.75
HexB9BFED161307e93b53
Octal27127735526230735173123
Binary10111001101111111110110110110100110111111010011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFED; }

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

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

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

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

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

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

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

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