#B9BEDE

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

Shades of Perano #B9BEDE

Tints of Perano #B9BEDE

Color information

#B9BEDE (or 0xB9BEDE) is unknown color: approx Perano. HEX triplet: B9, BE and DE. RGB value is (185,190,222). Sum of RGB (Red+Green+Blue) = 185+190+222=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEDE is #464121. Grayscale: #C0C0C0. Windows color (decimal): -4604194 or 14597817. OLE color: 14597817.

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

Color convert

RGB185190222-
CMYK0.170.1400.13
HSL231.89º35.92%79.8%-
HSV(B)231.89º16.67%87.06%-
XYZ51.6152.4276.5-
YUV192.15144.84122.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=30.99%
G=31.83%
B=37.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851902220.170.1400.13231.8935.9279.8
HexB9BEDE11E0De82450
Octal271276336211601535044120
Binary10111001101111101101111010001111001101111010001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEDE; }

 p { color: rgb(185,190,222); }

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

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

 a { background-color: rgb(185,190,222); }

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

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

 span { border-color: rgb(185,190,222); }

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