#B4BAF9

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

Shades of Perano #B4BAF9

Tints of Perano #B4BAF9

Color information

#B4BAF9 (or 0xB4BAF9) is unknown color: approx Perano. HEX triplet: B4, BA and F9. RGB value is (180,186,249). Sum of RGB (Red+Green+Blue) = 180+186+249=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BAF9 is #4B4506. Grayscale: #BFBFBF. Windows color (decimal): -4932871 or 16366260. OLE color: 16366260.

HSL color Cylindrical-coordinate representation of color #B4BAF9: hue angle of 234.78º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4BAF9 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180186249-
CMYK0.280.2500.02
HSL234.78º85.19%84.12%-
HSV(B)234.78º27.71%97.65%-
XYZ53.4851.6696.78-
YUV191.39160.51119.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=29.27%
G=30.24%
B=40.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801862490.280.2500.02234.7885.1984.12
HexB4BAF91C1902eb5554
Octal264272371343102353125124
Binary10110100101110101111100111100110010101110101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAF9; }

 p { color: rgb(180,186,249); }

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

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

 a { background-color: rgb(180,186,249); }

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

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

 span { border-color: rgb(180,186,249); }

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