#B7C1EB

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

Shades of Perano #B7C1EB

Tints of Perano #B7C1EB

Color information

#B7C1EB (or 0xB7C1EB) is unknown color: approx Perano. HEX triplet: B7, C1 and EB. RGB value is (183,193,235). Sum of RGB (Red+Green+Blue) = 183+193+235=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C1EB is #483E14. Grayscale: #C2C2C2. Windows color (decimal): -4734485 or 15450551. OLE color: 15450551.

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

Color convert

RGB183193235-
CMYK0.220.1800.08
HSL228.46º56.52%81.96%-
HSV(B)228.46º22.13%92.16%-
XYZ53.5954.2186.24-
YUV194.8150.69119.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 193 (75.78% from 255) = 31.59%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=29.95%
G=31.59%
B=38.46%

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
Decimal1831932350.220.1800.08228.4656.5281.96
HexB7C1EB161208e43952
Octal267301353262201034471122
Binary101101111100000111101011101101001001000111001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1EB; }

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

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

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

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

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

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

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

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