#B3BDF0

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

Shades of Perano #B3BDF0

Tints of Perano #B3BDF0

Color information

#B3BDF0 (or 0xB3BDF0) is unknown color: approx Perano. HEX triplet: B3, BD and F0. RGB value is (179,189,240). Sum of RGB (Red+Green+Blue) = 179+189+240=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BDF0 is #4C420F. Grayscale: #BFBFBF. Windows color (decimal): -4997648 or 15777203. OLE color: 15777203.

HSL color Cylindrical-coordinate representation of color #B3BDF0: hue angle of 230.16º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BDF0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179189240-
CMYK0.250.2100.06
HSL230.16º67.03%82.16%-
HSV(B)230.16º25.42%94.12%-
XYZ52.5252.2789.76-
YUV191.82155.19118.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=29.44%
G=31.09%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791892400.250.2100.06230.1667.0382.16
HexB3BDF0191506e64352
Octal263275360312506346103122
Binary101100111011110111110000110011010101101110011010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDF0; }

 p { color: rgb(179,189,240); }

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

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

 a { background-color: rgb(179,189,240); }

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

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

 span { border-color: rgb(179,189,240); }

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