#B7C1FA

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

Shades of Perano #B7C1FA

Tints of Perano #B7C1FA

Color information

#B7C1FA (or 0xB7C1FA) is unknown color: approx Perano. HEX triplet: B7, C1 and FA. RGB value is (183,193,250). Sum of RGB (Red+Green+Blue) = 183+193+250=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7C1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C1FA is #483E05. Grayscale: #C4C4C4. Windows color (decimal): -4734470 or 16433591. OLE color: 16433591.

HSL color Cylindrical-coordinate representation of color #B7C1FA: hue angle of 231.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C1FA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183193250-
CMYK0.270.2300.02
HSL231.04º87.01%84.9%-
HSV(B)231.04º26.8%98.04%-
XYZ55.8555.1198.14-
YUV196.51158.19118.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 193 (75.78% from 255) = 30.83%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=29.23%
G=30.83%
B=39.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831932500.270.2300.02231.0487.0184.9
HexB7C1FA1B1702e75755
Octal267301372332702347127125
Binary10110111110000011111101011011101110101110011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1FA; }

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

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

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

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

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

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

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

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