#B9BFF1

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

Shades of Perano #B9BFF1

Tints of Perano #B9BFF1

Color information

#B9BFF1 (or 0xB9BFF1) is unknown color: approx Perano. HEX triplet: B9, BF and F1. RGB value is (185,191,241). Sum of RGB (Red+Green+Blue) = 185+191+241=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFF1 is #46400E. Grayscale: #C2C2C2. Windows color (decimal): -4603919 or 15843257. OLE color: 15843257.

HSL color Cylindrical-coordinate representation of color #B9BFF1: hue angle of 233.57º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BFF1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185191241-
CMYK0.230.2100.05
HSL233.57º66.67%83.53%-
HSV(B)233.57º23.24%94.51%-
XYZ54.5253.9390.75-
YUV194.91154.01120.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=29.98%
G=30.96%
B=39.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851912410.230.2100.05233.5766.6783.53
HexB9BFF1171505ea4354
Octal271277361272505352103124
Binary101110011011111111110001101111010101011110101010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFF1; }

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

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

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

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

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

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

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

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