#C7BBFC

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

Shades of Lavender Blue #C7BBFC

Tints of Lavender Blue #C7BBFC

Color information

#C7BBFC (or 0xC7BBFC) is unknown color: approx Lavender Blue. HEX triplet: C7, BB and FC. RGB value is (199,187,252). Sum of RGB (Red+Green+Blue) = 199+187+252=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBFC is #384403. Grayscale: #C5C5C5. Windows color (decimal): -3687428 or 16563143. OLE color: 16563143.

HSL color Cylindrical-coordinate representation of color #C7BBFC: hue angle of 251.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7BBFC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199187252-
CMYK0.210.2600.01
HSL251.08º91.55%86.08%-
HSV(B)251.08º25.79%98.82%-
XYZ58.8954.7199.55-
YUV198158.48128.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.19%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=31.19%
G=29.31%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991872520.210.2600.01251.0891.5586.08
HexC7BBFC151A01fb5c56
Octal307273374253201373134126
Binary1100011110111011111111001010111010011111101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBFC; }

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

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

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

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

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

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

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

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