#B9BBF7

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

Shades of Perano #B9BBF7

Tints of Perano #B9BBF7

Color information

#B9BBF7 (or 0xB9BBF7) is unknown color: approx Perano. HEX triplet: B9, BB and F7. RGB value is (185,187,247). Sum of RGB (Red+Green+Blue) = 185+187+247=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBF7 is #464408. Grayscale: #C1C1C1. Windows color (decimal): -4604937 or 16235449. OLE color: 16235449.

HSL color Cylindrical-coordinate representation of color #B9BBF7: hue angle of 238.06º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9BBF7 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185187247-
CMYK0.250.2400.03
HSL238.06º79.49%84.71%-
HSV(B)238.06º25.1%96.86%-
XYZ54.5752.5795.27-
YUV193.24158.34122.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=29.89%
G=30.21%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851872470.250.2400.03238.0679.4984.71
HexB9BBF7191803ee4f55
Octal271273367313003356117125
Binary10111001101110111111011111001110000111110111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBF7; }

 p { color: rgb(185,187,247); }

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

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

 a { background-color: rgb(185,187,247); }

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

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

 span { border-color: rgb(185,187,247); }

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