#B7C0EB

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

Shades of Perano #B7C0EB

Tints of Perano #B7C0EB

Color information

#B7C0EB (or 0xB7C0EB) is unknown color: approx Perano. HEX triplet: B7, C0 and EB. RGB value is (183,192,235). Sum of RGB (Red+Green+Blue) = 183+192+235=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C0EB is #483F14. Grayscale: #C2C2C2. Windows color (decimal): -4734741 or 15450295. OLE color: 15450295.

HSL color Cylindrical-coordinate representation of color #B7C0EB: hue angle of 229.62º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7C0EB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183192235-
CMYK0.220.1800.08
HSL229.62º56.52%81.96%-
HSV(B)229.62º22.13%92.16%-
XYZ53.3753.7686.16-
YUV194.21151.02120-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=30%
G=31.48%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831922350.220.1800.08229.6256.5281.96
HexB7C0EB161208e63952
Octal267300353262201034671122
Binary101101111100000011101011101101001001000111001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0EB; }

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

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

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

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

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

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

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

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