#C7BBFA

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

Shades of Lavender Blue #C7BBFA

Tints of Lavender Blue #C7BBFA

Color information

#C7BBFA (or 0xC7BBFA) is unknown color: approx Lavender Blue. HEX triplet: C7, BB and FA. RGB value is (199,187,250). Sum of RGB (Red+Green+Blue) = 199+187+250=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBFA is #384405. Grayscale: #C5C5C5. Windows color (decimal): -3687430 or 16432071. OLE color: 16432071.

HSL color Cylindrical-coordinate representation of color #C7BBFA: hue angle of 251.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7BBFA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199187250-
CMYK0.200.2500.02
HSL251.43º86.3%85.69%-
HSV(B)251.43º25.2%98.04%-
XYZ58.5854.5897.89-
YUV197.77157.48128.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.29%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=31.29%
G=29.40%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991872500.200.2500.02251.4386.385.69
HexC7BBFA141902fb5656
Octal307273372243102373126126
Binary11000111101110111111101010100110010101111101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBFA; }

 p { color: rgb(199,187,250); }

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

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

 a { background-color: rgb(199,187,250); }

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

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

 span { border-color: rgb(199,187,250); }

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