#B1BCFD

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

Shades of Perano #B1BCFD

Tints of Perano #B1BCFD

Color information

#B1BCFD (or 0xB1BCFD) is unknown color: approx Perano. HEX triplet: B1, BC and FD. RGB value is (177,188,253). Sum of RGB (Red+Green+Blue) = 177+188+253=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFD is #4E4302. Grayscale: #BFBFBF. Windows color (decimal): -5128963 or 16628913. OLE color: 16628913.

HSL color Cylindrical-coordinate representation of color #B1BCFD: hue angle of 231.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BCFD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177188253-
CMYK0.300.2600.01
HSL231.32º95%84.31%-
HSV(B)231.32º30.04%99.22%-
XYZ53.8452.41100.21-
YUV192.12162.36117.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=28.64%
G=30.42%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771882530.300.2600.01231.329584.31
HexB1BCFD1E1A01e75f54
Octal261274375363201347137124
Binary1011000110111100111111011111011010011110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCFD; }

 p { color: rgb(177,188,253); }

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

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

 a { background-color: rgb(177,188,253); }

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

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

 span { border-color: rgb(177,188,253); }

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