#B7BBED

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

Shades of Perano #B7BBED

Tints of Perano #B7BBED

Color information

#B7BBED (or 0xB7BBED) is unknown color: approx Perano. HEX triplet: B7, BB and ED. RGB value is (183,187,237). Sum of RGB (Red+Green+Blue) = 183+187+237=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBED is #484412. Grayscale: #BFBFBF. Windows color (decimal): -4736019 or 15580087. OLE color: 15580087.

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

Color convert

RGB183187237-
CMYK0.230.2100.07
HSL235.56º60%82.35%-
HSV(B)235.56º22.78%92.94%-
XYZ52.5851.7287.33-
YUV191.5153.67121.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=30.15%
G=30.81%
B=39.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831872370.230.2100.07235.566082.35
HexB7BBED171507ec3c52
Octal26727335527250735474122
Binary10110111101110111110110110111101010111111011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBED; }

 p { color: rgb(183,187,237); }

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

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

 a { background-color: rgb(183,187,237); }

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

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

 span { border-color: rgb(183,187,237); }

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