#B5BBFF

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

Shades of Perano #B5BBFF

Tints of Perano #B5BBFF

Color information

#B5BBFF (or 0xB5BBFF) is unknown color: approx Perano. HEX triplet: B5, BB and FF. RGB value is (181,187,255). Sum of RGB (Red+Green+Blue) = 181+187+255=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBFF is #4A4400. Grayscale: #C0C0C0. Windows color (decimal): -4867073 or 16759733. OLE color: 16759733.

HSL color Cylindrical-coordinate representation of color #B5BBFF: hue angle of 235.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BBFF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181187255-
CMYK0.290.2700
HSL235.14º100%85.49%-
HSV(B)235.14º29.02%100%-
XYZ54.8852.58101.87-
YUV192.96163.01119.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 255 (100% from 255) = 40.93%
R=29.05%
G=30.02%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811872550.290.2700235.1410085.49
HexB5BBFF1D1B00eb6455
Octal265273377353300353144125
Binary1011010110111011111111111110111011001110101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBFF; }

 p { color: rgb(181,187,255); }

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

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

 a { background-color: rgb(181,187,255); }

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

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

 span { border-color: rgb(181,187,255); }

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