#B1B8DA

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

Shades of Perano #B1B8DA

Tints of Perano #B1B8DA

Color information

#B1B8DA (or 0xB1B8DA) is unknown color: approx Perano. HEX triplet: B1, B8 and DA. RGB value is (177,184,218). Sum of RGB (Red+Green+Blue) = 177+184+218=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1B8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8DA is #4E4725. Grayscale: #B9B9B9. Windows color (decimal): -5130022 or 14334129. OLE color: 14334129.

HSL color Cylindrical-coordinate representation of color #B1B8DA: hue angle of 229.76º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B8DA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177184218-
CMYK0.190.1600.15
HSL229.76º35.65%77.45%-
HSV(B)229.76º18.81%85.49%-
XYZ47.9348.6973.2-
YUV185.78146.18121.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.57%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=30.57%
G=31.78%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771842180.190.1600.15229.7635.6577.45
HexB1B8DA13100Fe6244d
Octal261270332232001734644115
Binary101100011011100011011010100111000001111111001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B8DA; }

 p { color: rgb(177,184,218); }

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

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

 a { background-color: rgb(177,184,218); }

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

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

 span { border-color: rgb(177,184,218); }

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