#C7BCFF

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

Shades of Lavender Blue #C7BCFF

Tints of Lavender Blue #C7BCFF

Color information

#C7BCFF (or 0xC7BCFF) is unknown color: approx Lavender Blue. HEX triplet: C7, BC and FF. RGB value is (199,188,255). Sum of RGB (Red+Green+Blue) = 199+188+255=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCFF is #384300. Grayscale: #C6C6C6. Windows color (decimal): -3687169 or 16760007. OLE color: 16760007.

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

Color convert

RGB199188255-
CMYK0.220.2600
HSL249.85º100%86.86%-
HSV(B)249.85º26.27%100%-
XYZ59.5955.33102.15-
YUV198.93159.64128.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 255 (100% from 255) = 39.72%
R=31.00%
G=29.28%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991882550.220.2600249.8510086.86
HexC7BCFF161A00fa6457
Octal307274377263200372144127
Binary1100011110111100111111111011011010001111101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCFF; }

 p { color: rgb(199,188,255); }

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

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

 a { background-color: rgb(199,188,255); }

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

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

 span { border-color: rgb(199,188,255); }

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