#B1BDF8

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

Shades of Perano #B1BDF8

Tints of Perano #B1BDF8

Color information

#B1BDF8 (or 0xB1BDF8) is unknown color: approx Perano. HEX triplet: B1, BD and F8. RGB value is (177,189,248). Sum of RGB (Red+Green+Blue) = 177+189+248=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDF8 is #4E4207. Grayscale: #BFBFBF. Windows color (decimal): -5128712 or 16301489. OLE color: 16301489.

HSL color Cylindrical-coordinate representation of color #B1BDF8: hue angle of 229.86º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BDF8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177189248-
CMYK0.290.2400.03
HSL229.86º83.53%83.33%-
HSV(B)229.86º28.63%97.25%-
XYZ53.2752.5296.14-
YUV192.14159.52117.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=28.83%
G=30.78%
B=40.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771892480.290.2400.03229.8683.5383.33
HexB1BDF81D1803e65453
Octal261275370353003346124123
Binary10110001101111011111100011101110000111110011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDF8; }

 p { color: rgb(177,189,248); }

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

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

 a { background-color: rgb(177,189,248); }

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

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

 span { border-color: rgb(177,189,248); }

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