#B9BFF3

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

Shades of Perano #B9BFF3

Tints of Perano #B9BFF3

Color information

#B9BFF3 (or 0xB9BFF3) is unknown color: approx Perano. HEX triplet: B9, BF and F3. RGB value is (185,191,243). Sum of RGB (Red+Green+Blue) = 185+191+243=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFF3 is #46400C. Grayscale: #C2C2C2. Windows color (decimal): -4603917 or 15974329. OLE color: 15974329.

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

Color convert

RGB185191243-
CMYK0.240.2100.05
HSL233.79º70.73%83.92%-
HSV(B)233.79º23.87%95.29%-
XYZ54.8254.0592.34-
YUV195.13155.01120.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=29.89%
G=30.86%
B=39.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851912430.240.2100.05233.7970.7383.92
HexB9BFF3181505ea4754
Octal271277363302505352107124
Binary101110011011111111110011110001010101011110101010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFF3; }

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

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

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

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

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

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

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

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