#B4BDFD

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

Shades of Perano #B4BDFD

Tints of Perano #B4BDFD

Color information

#B4BDFD (or 0xB4BDFD) is unknown color: approx Perano. HEX triplet: B4, BD and FD. RGB value is (180,189,253). Sum of RGB (Red+Green+Blue) = 180+189+253=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDFD is #4B4202. Grayscale: #C1C1C1. Windows color (decimal): -4932099 or 16629172. OLE color: 16629172.

HSL color Cylindrical-coordinate representation of color #B4BDFD: hue angle of 232.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4BDFD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180189253-
CMYK0.290.2500.01
HSL232.6º94.81%84.9%-
HSV(B)232.6º28.85%99.22%-
XYZ54.7553.19100.31-
YUV193.6161.52118.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=28.94%
G=30.39%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801892530.290.2500.01232.694.8184.9
HexB4BDFD1D1901e95f55
Octal264275375353101351137125
Binary1011010010111101111111011110111001011110100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDFD; }

 p { color: rgb(180,189,253); }

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

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

 a { background-color: rgb(180,189,253); }

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

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

 span { border-color: rgb(180,189,253); }

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