#B7C3EB

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

Shades of Perano #B7C3EB

Tints of Perano #B7C3EB

Color information

#B7C3EB (or 0xB7C3EB) is unknown color: approx Perano. HEX triplet: B7, C3 and EB. RGB value is (183,195,235). Sum of RGB (Red+Green+Blue) = 183+195+235=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C3EB is #483C14. Grayscale: #C3C3C3. Windows color (decimal): -4733973 or 15451063. OLE color: 15451063.

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

Color convert

RGB183195235-
CMYK0.220.1700.08
HSL226.15º56.52%81.96%-
HSV(B)226.15º22.13%92.16%-
XYZ54.0455.186.38-
YUV195.97150.02118.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=29.85%
G=31.81%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831952350.220.1700.08226.1556.5281.96
HexB7C3EB161108e23952
Octal267303353262101034271122
Binary101101111100001111101011101101000101000111000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3EB; }

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

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

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

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

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

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

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

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