#B7C0DC

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

Shades of Perano #B7C0DC

Tints of Perano #B7C0DC

Color information

#B7C0DC (or 0xB7C0DC) is unknown color: approx Perano. HEX triplet: B7, C0 and DC. RGB value is (183,192,220). Sum of RGB (Red+Green+Blue) = 183+192+220=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0DC is #483F23. Grayscale: #C0C0C0. Windows color (decimal): -4734756 or 14467255. OLE color: 14467255.

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

Color convert

RGB183192220-
CMYK0.170.1300.14
HSL225.41º34.58%79.02%-
HSV(B)225.41º16.82%86.27%-
XYZ51.352.9375.22-
YUV192.5143.52121.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=30.76%
G=32.27%
B=36.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831922200.170.1300.14225.4134.5879.02
HexB7C0DC11D0Ee1234f
Octal267300334211501634143117
Binary10110111110000001101110010001110101110111000011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0DC; }

 p { color: rgb(183,192,220); }

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

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

 a { background-color: rgb(183,192,220); }

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

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

 span { border-color: rgb(183,192,220); }

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