#C7BDFF

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

Shades of Lavender Blue #C7BDFF

Tints of Lavender Blue #C7BDFF

Color information

#C7BDFF (or 0xC7BDFF) is unknown color: approx Lavender Blue. HEX triplet: C7, BD and FF. RGB value is (199,189,255). Sum of RGB (Red+Green+Blue) = 199+189+255=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDFF is #384200. Grayscale: #C7C7C7. Windows color (decimal): -3686913 or 16760263. OLE color: 16760263.

HSL color Cylindrical-coordinate representation of color #C7BDFF: hue angle of 249.09º 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 #C7BDFF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199189255-
CMYK0.220.2600
HSL249.09º100%87.06%-
HSV(B)249.09º25.88%100%-
XYZ59.855.76102.22-
YUV199.51159.31127.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 255 (100% from 255) = 39.66%
R=30.95%
G=29.39%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991892550.220.2600249.0910087.06
HexC7BDFF161A00f96457
Octal307275377263200371144127
Binary1100011110111101111111111011011010001111100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDFF; }

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

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

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

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

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

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

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

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