#B9BFE4

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

Shades of Perano #B9BFE4

Tints of Perano #B9BFE4

Color information

#B9BFE4 (or 0xB9BFE4) is unknown color: approx Perano. HEX triplet: B9, BF and E4. RGB value is (185,191,228). Sum of RGB (Red+Green+Blue) = 185+191+228=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFE4 is #46401B. Grayscale: #C1C1C1. Windows color (decimal): -4603932 or 14991289. OLE color: 14991289.

HSL color Cylindrical-coordinate representation of color #B9BFE4: hue angle of 231.63º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9BFE4 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185191228-
CMYK0.190.1600.11
HSL231.63º44.33%80.98%-
HSV(B)231.63º18.86%89.41%-
XYZ52.6453.1880.89-
YUV193.42147.51121.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=30.63%
G=31.62%
B=37.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851912280.190.1600.11231.6344.3380.98
HexB9BFE413100Be82c51
Octal271277344232001335054121
Binary101110011011111111100100100111000001011111010001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFE4; }

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

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

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

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

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

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

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

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