#C7BEF5

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

Shades of Lavender Blue #C7BEF5

Tints of Lavender Blue #C7BEF5

Color information

#C7BEF5 (or 0xC7BEF5) is unknown color: approx Lavender Blue. HEX triplet: C7, BE and F5. RGB value is (199,190,245). Sum of RGB (Red+Green+Blue) = 199+190+245=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #C7BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEF5 is #38410A. Grayscale: #C6C6C6. Windows color (decimal): -3686667 or 16105159. OLE color: 16105159.

HSL color Cylindrical-coordinate representation of color #C7BEF5: hue angle of 249.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BEF5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199190245-
CMYK0.190.2200.04
HSL249.82º73.33%85.29%-
HSV(B)249.82º22.45%96.08%-
XYZ58.4555.5694.03-
YUV198.96153.98128.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=31.39%
G=29.97%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991902450.190.2200.04249.8273.3385.29
HexC7BEF5131604fa4955
Octal307276365232604372111125
Binary110001111011111011110101100111011001001111101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEF5; }

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

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

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

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

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

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

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

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