#B7BEDE

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

Shades of Perano #B7BEDE

Tints of Perano #B7BEDE

Color information

#B7BEDE (or 0xB7BEDE) is unknown color: approx Perano. HEX triplet: B7, BE and DE. RGB value is (183,190,222). Sum of RGB (Red+Green+Blue) = 183+190+222=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEDE is #484121. Grayscale: #BFBFBF. Windows color (decimal): -4735266 or 14597815. OLE color: 14597815.

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

Color convert

RGB183190222-
CMYK0.180.1400.13
HSL229.23º37.14%79.41%-
HSV(B)229.23º17.57%87.06%-
XYZ51.1352.1776.48-
YUV191.55145.18121.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=30.76%
G=31.93%
B=37.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831902220.180.1400.13229.2337.1479.41
HexB7BEDE12E0De5254f
Octal267276336221601534545117
Binary10110111101111101101111010010111001101111001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEDE; }

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

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

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

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

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

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

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

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