#B1BDEE

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

Shades of Perano #B1BDEE

Tints of Perano #B1BDEE

Color information

#B1BDEE (or 0xB1BDEE) is unknown color: approx Perano. HEX triplet: B1, BD and EE. RGB value is (177,189,238). Sum of RGB (Red+Green+Blue) = 177+189+238=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1BDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDEE is #4E4211. Grayscale: #BEBEBE. Windows color (decimal): -5128722 or 15646129. OLE color: 15646129.

HSL color Cylindrical-coordinate representation of color #B1BDEE: hue angle of 228.2º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1BDEE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177189238-
CMYK0.260.2100.07
HSL228.2º64.21%81.37%-
HSV(B)228.2º25.63%93.33%-
XYZ51.7651.9288.18-
YUV191154.52118.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=29.30%
G=31.29%
B=39.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771892380.260.2100.07228.264.2181.37
HexB1BDEE1A1507e44051
Octal261275356322507344100121
Binary101100011011110111101110110101010101111110010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDEE; }

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

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

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

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

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

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

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

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