#C7BEFE

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

Shades of Lavender Blue #C7BEFE

Tints of Lavender Blue #C7BEFE

Color information

#C7BEFE (or 0xC7BEFE) is unknown color: approx Lavender Blue. HEX triplet: C7, BE and FE. RGB value is (199,190,254). Sum of RGB (Red+Green+Blue) = 199+190+254=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEFE is #384101. Grayscale: #C7C7C7. Windows color (decimal): -3686658 or 16694983. OLE color: 16694983.

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

Color convert

RGB199190254-
CMYK0.220.2500.00
HSL248.44º96.97%87.06%-
HSV(B)248.44º25.2%99.61%-
XYZ59.8656.12101.44-
YUV199.99158.48127.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=30.95%
G=29.55%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991902540.220.2500.00248.4496.9787.06
HexC7BEFE161900f86157
Octal307276376263100370141127
Binary1100011110111110111111101011011001001111100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEFE; }

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

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

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

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

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

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

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

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