#B1BDF9

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

Shades of Perano #B1BDF9

Tints of Perano #B1BDF9

Color information

#B1BDF9 (or 0xB1BDF9) is unknown color: approx Perano. HEX triplet: B1, BD and F9. RGB value is (177,189,249). Sum of RGB (Red+Green+Blue) = 177+189+249=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 189 (74.22% from 255 or 30.73% 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 #B1BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDF9 is #4E4206. Grayscale: #C0C0C0. Windows color (decimal): -5128711 or 16367025. OLE color: 16367025.

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

Color convert

RGB177189249-
CMYK0.290.2400.02
HSL230º85.71%83.53%-
HSV(B)230º28.92%97.65%-
XYZ53.4352.5896.96-
YUV192.25160.02117.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=28.78%
G=30.73%
B=40.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771892490.290.2400.0223085.7183.53
HexB1BDF91D1802e65654
Octal261275371353002346126124
Binary10110001101111011111100111101110000101110011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDF9; }

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

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

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

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

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

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

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

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