#B7BEDF

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

Shades of Perano #B7BEDF

Tints of Perano #B7BEDF

Color information

#B7BEDF (or 0xB7BEDF) is unknown color: approx Perano. HEX triplet: B7, BE and DF. RGB value is (183,190,223). Sum of RGB (Red+Green+Blue) = 183+190+223=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDF is #484120. Grayscale: #BFBFBF. Windows color (decimal): -4735265 or 14663351. OLE color: 14663351.

HSL color Cylindrical-coordinate representation of color #B7BEDF: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BEDF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183190223-
CMYK0.180.1500.13
HSL229.5º38.46%79.61%-
HSV(B)229.5º17.94%87.45%-
XYZ51.2652.2277.19-
YUV191.67145.68121.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.70%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=30.70%
G=31.88%
B=37.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831902230.180.1500.13229.538.4679.61
HexB7BEDF12F0De62650
Octal267276337221701534646120
Binary10110111101111101101111110010111101101111001101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEDF; }

 p { color: rgb(183,190,223); }

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

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

 a { background-color: rgb(183,190,223); }

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

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

 span { border-color: rgb(183,190,223); }

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