#B7C5FF

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

Shades of Lavender Blue #B7C5FF

Tints of Lavender Blue #B7C5FF

Color information

#B7C5FF (or 0xB7C5FF) is unknown color: approx Lavender Blue. HEX triplet: B7, C5 and FF. RGB value is (183,197,255). Sum of RGB (Red+Green+Blue) = 183+197+255=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C5FF is #483A00. Grayscale: #C7C7C7. Windows color (decimal): -4733441 or 16762295. OLE color: 16762295.

HSL color Cylindrical-coordinate representation of color #B7C5FF: hue angle of 228.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7C5FF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183197255-
CMYK0.280.2300
HSL228.33º100%85.88%-
HSV(B)228.33º28.24%100%-
XYZ57.5457.22102.62-
YUV199.43159.36116.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.82%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 40.16%
R=28.82%
G=31.02%
B=40.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831972550.280.2300228.3310085.88
HexB7C5FF1C1700e46456
Octal267305377342700344144126
Binary1011011111000101111111111110010111001110010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5FF; }

 p { color: rgb(183,197,255); }

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

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

 a { background-color: rgb(183,197,255); }

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

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

 span { border-color: rgb(183,197,255); }

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