#C7BDFE

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

Shades of Lavender Blue #C7BDFE

Tints of Lavender Blue #C7BDFE

Color information

#C7BDFE (or 0xC7BDFE) is unknown color: approx Lavender Blue. HEX triplet: C7, BD and FE. RGB value is (199,189,254). Sum of RGB (Red+Green+Blue) = 199+189+254=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDFE is #384201. Grayscale: #C7C7C7. Windows color (decimal): -3686914 or 16694727. OLE color: 16694727.

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

Color convert

RGB199189254-
CMYK0.220.2600.00
HSL249.23º97.01%86.86%-
HSV(B)249.23º25.59%99.61%-
XYZ59.6455.69101.37-
YUV199.4158.81127.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=31.00%
G=29.44%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991892540.220.2600.00249.2397.0186.86
HexC7BDFE161A00f96157
Octal307275376263200371141127
Binary1100011110111101111111101011011010001111100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDFE; }

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

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

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

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

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

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

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

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