#B7BDDE

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

Shades of Perano #B7BDDE

Tints of Perano #B7BDDE

Color information

#B7BDDE (or 0xB7BDDE) is unknown color: approx Perano. HEX triplet: B7, BD and DE. RGB value is (183,189,222). Sum of RGB (Red+Green+Blue) = 183+189+222=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDDE is #484221. Grayscale: #BEBEBE. Windows color (decimal): -4735522 or 14597559. OLE color: 14597559.

HSL color Cylindrical-coordinate representation of color #B7BDDE: hue angle of 230.77º 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 #B7BDDE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183189222-
CMYK0.180.1500.13
HSL230.77º37.14%79.41%-
HSV(B)230.77º17.57%87.06%-
XYZ50.9151.7476.41-
YUV190.97145.51122.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=30.81%
G=31.82%
B=37.37%

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
Decimal1831892220.180.1500.13230.7737.1479.41
HexB7BDDE12F0De7254f
Octal267275336221701534745117
Binary10110111101111011101111010010111101101111001111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDDE; }

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

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

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

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

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

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

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

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